fix autoreconfHook
This commit is contained in:
parent
8a1b8a5b0a
commit
dfb2f61519
@ -269,7 +269,7 @@ let
|
|||||||
autonix = import ../build-support/autonix { inherit pkgs; };
|
autonix = import ../build-support/autonix { inherit pkgs; };
|
||||||
|
|
||||||
autoreconfHook = makeSetupHook
|
autoreconfHook = makeSetupHook
|
||||||
{ substitutions = { inherit autoconf automake libtool gettext; }; }
|
{ substitutions = { inherit autoconf automake gettext; libtool = realLibtool; }; }
|
||||||
../build-support/setup-hooks/autoreconf.sh;
|
../build-support/setup-hooks/autoreconf.sh;
|
||||||
|
|
||||||
buildEnv = callPackage ../build-support/buildenv {};
|
buildEnv = callPackage ../build-support/buildenv {};
|
||||||
@ -5564,7 +5564,9 @@ let
|
|||||||
|
|
||||||
libtool = if stdenv.isDarwin
|
libtool = if stdenv.isDarwin
|
||||||
then darwin.cctools
|
then darwin.cctools
|
||||||
else libtool_2;
|
else realLibtool;
|
||||||
|
|
||||||
|
realLibtool = libtool_2;
|
||||||
|
|
||||||
libtool_1_5 = callPackage ../development/tools/misc/libtool { };
|
libtool_1_5 = callPackage ../development/tools/misc/libtool { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user