unzip: add bzip2 as native build input
Signed-off-by: Domen Kozar <domen@dev.si>
This commit is contained in:
parent
728e305205
commit
303c3a9fbf
@ -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