Allow cross-builds

svn path=/nixpkgs/trunk/; revision=30708
This commit is contained in:
Michael Raskin 2011-12-03 09:07:56 +00:00
parent b330b79160
commit bfa4a2d374

@ -8,7 +8,9 @@ stdenv.mkDerivation rec {
sha256 = "0x9hkb4iqz64gcabzkdcfy4p78sdhnpjwh54g8wx5bdgy9087vpr";
};
buildInputs = [ perl perlXMLParser xkbcomp gettext intltool ];
buildInputs = [ gettext ];
buildNativeInputs = [ perl perlXMLParser intltool xkbcomp ];
patches = [ ./eo.patch ];