gettext: fixup
This commit is contained in:
parent
d9aaae5579
commit
0a2ef04359
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = stdenv.lib.optional (!stdenv.isLinux && !hostPlatform.isCygwin) libiconv;
|
||||
|
||||
setupHook = ./gettext-setup-hook.sh;
|
||||
gettextNeedsLdflags = !hostPlatform.libc != "glibc";
|
||||
gettextNeedsLdflags = hostPlatform.libc != "glibc";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user