linuxPackages.zfs: use autoconf 2.69
I bring in autoreconfHook269 instead of overriding it in all-packages.nix, so that when an unstable version of ZFS comes out that supports autoconf 2.70, it can use the latest autoconf even if stable ZFS still needs the old version.
This commit is contained in:
parent
3e6001f9ef
commit
e27774e9df
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, fetchpatch
|
{ stdenv, fetchFromGitHub, fetchpatch
|
||||||
, autoreconfHook, util-linux, nukeReferences, coreutils
|
, autoreconfHook269, util-linux, nukeReferences, coreutils
|
||||||
, perl, buildPackages
|
, perl, buildPackages
|
||||||
, configFile ? "all"
|
, configFile ? "all"
|
||||||
|
|
||||||
@ -89,7 +89,7 @@ let
|
|||||||
"PATH=${makeBinPath [ coreutils gawk gnused gnugrep systemd ]}"
|
"PATH=${makeBinPath [ coreutils gawk gnused gnugrep systemd ]}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook nukeReferences ]
|
nativeBuildInputs = [ autoreconfHook269 nukeReferences ]
|
||||||
++ optionals buildKernel (kernel.moduleBuildDependencies ++ [ perl ])
|
++ optionals buildKernel (kernel.moduleBuildDependencies ++ [ perl ])
|
||||||
++ optional buildUser pkgconfig;
|
++ optional buildUser pkgconfig;
|
||||||
buildInputs = optionals buildUser [ zlib libuuid attr libtirpc ]
|
buildInputs = optionals buildUser [ zlib libuuid attr libtirpc ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user