gettext: fixup

This commit is contained in:
Matthew Bauer 2018-03-15 12:47:03 -05:00
parent d9aaae5579
commit 0a2ef04359

View File

@ -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;