mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
ddrescue: lzip is a nativeBuildInput
This commit is contained in:
parent
b3adffcd56
commit
584b667efc
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1b71hb42lh33y9843nd1mxlwkk9qh9ajvnz6ivzd1jq9lav4x7ph";
|
||||
};
|
||||
|
||||
buildInputs = [ lzip ];
|
||||
nativeBuildInputs = [ lzip ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user