ddrescue: lzip is a nativeBuildInput
This commit is contained in:
parent
b3adffcd56
commit
584b667efc
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1b71hb42lh33y9843nd1mxlwkk9qh9ajvnz6ivzd1jq9lav4x7ph";
|
||||
};
|
||||
|
||||
buildInputs = [ lzip ];
|
||||
nativeBuildInputs = [ lzip ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue