Merge pull request #28766 from obsidiansystems/gettext
gettext: libiconv should be a buildInput
This commit is contained in:
commit
22cd889a28
@ -45,7 +45,9 @@ stdenv.mkDerivation rec {
|
|||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ xz xz.bin ] ++ stdenv.lib.optional (!stdenv.isLinux && !hostPlatform.isCygwin) libiconv; # HACK, see #10874 (and 14664)
|
nativeBuildInputs = [ xz xz.bin ];
|
||||||
|
# HACK, see #10874 (and 14664)
|
||||||
|
buildInputs = stdenv.lib.optional (!stdenv.isLinux && !hostPlatform.isCygwin) libiconv;
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user