autoreconf may need gettext
E. g. for AC_LIB_PREFIX
This commit is contained in:
parent
79209e30b5
commit
d57927748a
@ -1,11 +1,11 @@
|
|||||||
preConfigurePhases+=" autoreconfPhase"
|
preConfigurePhases+=" autoreconfPhase"
|
||||||
|
|
||||||
for i in @autoconf@ @automake@ @libtool@; do
|
for i in @autoconf@ @automake@ @libtool@ @gettext@; do
|
||||||
findInputs $i nativePkgs propagated-native-build-inputs
|
findInputs $i nativePkgs propagated-native-build-inputs
|
||||||
done
|
done
|
||||||
|
|
||||||
autoreconfPhase() {
|
autoreconfPhase() {
|
||||||
runHook preAutoreconf
|
runHook preAutoreconf
|
||||||
autoreconf ${autoreconfFlags:---install --force}
|
autoreconf ${autoreconfFlags:---install --force --verbose}
|
||||||
runHook postAutoreconf
|
runHook postAutoreconf
|
||||||
}
|
}
|
||||||
|
@ -252,7 +252,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
autoreconfHook = makeSetupHook
|
autoreconfHook = makeSetupHook
|
||||||
{ substitutions = { inherit autoconf automake libtool; }; }
|
{ substitutions = { inherit autoconf automake libtool gettext; }; }
|
||||||
../build-support/setup-hooks/autoreconf.sh;
|
../build-support/setup-hooks/autoreconf.sh;
|
||||||
|
|
||||||
buildEnv = import ../build-support/buildenv {
|
buildEnv = import ../build-support/buildenv {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user