unzip: add bzip2 as native build input
This commit is contained in:
parent
b976fc2b61
commit
0f8a1b29d2
@ -9,6 +9,7 @@ stdenv.mkDerivation ({
|
||||
sha256 = "0dxx11knh3nk95p2gg2ak777dd11pr7jx5das2g49l262scrcv83";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ bzip2 ];
|
||||
buildInputs = [ bzip2 ] ++ stdenv.lib.optional enableNLS libnatspec;
|
||||
|
||||
makefile = "unix/Makefile";
|
||||
|
Loading…
Reference in New Issue
Block a user