From 3ece765eeda5ba05a5dea6813732adecdf1e0721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 11 Aug 2010 20:09:17 +0000 Subject: [PATCH] glib: step towards cross-building it, set perl as native input. svn path=/nixpkgs/branches/stdenv-updates/; revision=23129 --- pkgs/development/libraries/glib/2.24.x.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/glib/2.24.x.nix b/pkgs/development/libraries/glib/2.24.x.nix index 6fdb18e9b4d..0cdff4254b0 100644 --- a/pkgs/development/libraries/glib/2.24.x.nix +++ b/pkgs/development/libraries/glib/2.24.x.nix @@ -8,7 +8,8 @@ stdenv.mkDerivation rec { sha256 = "014c3da960bf17117371075c16495f05f36501db990851ceea658f15d2ea6d04"; }; - buildInputs = [ pkgconfig gettext perl libiconv ]; + buildInputs = [ pkgconfig gettext libiconv ]; + buildNativeInputs = [ perl ]; propagatedBuildInputs = [ zlib ];