forked from mirrors/nixpkgs
bzip2: fix aarch64 build
This commit is contained in:
parent
2d5ed2b4b0
commit
01ce36f788
|
@ -1,5 +1,6 @@
|
|||
{ stdenv, fetchurl
|
||||
, linkStatic ? (stdenv.hostPlatform.system == "i686-cygwin")
|
||||
, autoreconfHook
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -20,6 +21,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0b5b5p8c7bslc6fslcr1nj9136412v3qcvbg6yxi9argq9g72v8c";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
patches = [
|
||||
./CVE-2016-3189.patch
|
||||
./cve-2019-12900.patch
|
||||
|
|
Loading…
Reference in a new issue