gettext: fix cross build (#60123)

This commit is contained in:
Ben Wolsieffer 2019-04-23 17:27:13 -04:00 committed by Dmitry Kalinkin
parent ca37c23f91
commit 16fe069ef5

View file

@ -54,11 +54,11 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
xz
xz.bin
] ++ lib.optional allowBisonDependency [
# Only necessary for CVE-2018-18751.patch (unless CVE-2018-18751-bison.patch
# is also applied):
bison
] ++ [
]
# Only necessary for CVE-2018-18751.patch (unless CVE-2018-18751-bison.patch
# is also applied):
++ lib.optional allowBisonDependency bison
++ [
# Only necessary for CVE-2018-18751.patch:
automake115x
autoconf