gettext: Build on non-GNU systems.
svn path=/nixpkgs/trunk/; revision=17775
This commit is contained in:
parent
257ffc8e73
commit
37a65be4ff
@ -40,7 +40,7 @@ stdenv.mkDerivation (rec {
|
|||||||
|
|
||||||
//
|
//
|
||||||
|
|
||||||
(if (stdenv.system == "i686-darwin" || stdenv.system == "i686-cygwin")
|
(if (!stdenv.isLinux) # any non-GNU system
|
||||||
then {
|
then {
|
||||||
buildInputs = [ libiconv ];
|
buildInputs = [ libiconv ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user