glib: step towards cross-building it, set perl as native input.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23129
This commit is contained in:
parent
3f05ed581f
commit
3ece765eed
@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "014c3da960bf17117371075c16495f05f36501db990851ceea658f15d2ea6d04";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig gettext perl libiconv ];
|
||||
buildInputs = [ pkgconfig gettext libiconv ];
|
||||
buildNativeInputs = [ perl ];
|
||||
|
||||
propagatedBuildInputs = [ zlib ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user