gettext: fix cross build (#60123)
This commit is contained in:
parent
ca37c23f91
commit
16fe069ef5
@ -54,11 +54,11 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
xz
|
xz
|
||||||
xz.bin
|
xz.bin
|
||||||
] ++ lib.optional allowBisonDependency [
|
]
|
||||||
# Only necessary for CVE-2018-18751.patch (unless CVE-2018-18751-bison.patch
|
# Only necessary for CVE-2018-18751.patch (unless CVE-2018-18751-bison.patch
|
||||||
# is also applied):
|
# is also applied):
|
||||||
bison
|
++ lib.optional allowBisonDependency bison
|
||||||
] ++ [
|
++ [
|
||||||
# Only necessary for CVE-2018-18751.patch:
|
# Only necessary for CVE-2018-18751.patch:
|
||||||
automake115x
|
automake115x
|
||||||
autoconf
|
autoconf
|
||||||
|
Loading…
Reference in New Issue
Block a user