glib: step towards cross-building it, set perl as native input.

svn path=/nixpkgs/branches/stdenv-updates/; revision=23129
This commit is contained in:
Lluís Batlle i Rossell 2010-08-11 20:09:17 +00:00
parent 3f05ed581f
commit 3ece765eed

View File

@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "014c3da960bf17117371075c16495f05f36501db990851ceea658f15d2ea6d04";
};
buildInputs = [ pkgconfig gettext perl libiconv ];
buildInputs = [ pkgconfig gettext libiconv ];
buildNativeInputs = [ perl ];
propagatedBuildInputs = [ zlib ];