Setting the difference buildInputs/buildNativeInputs in some gtk related packages.

svn path=/nixpkgs/branches/stdenv-updates/; revision=19620
This commit is contained in:
Lluís Batlle i Rossell
2010-01-22 18:49:16 +00:00
parent fedf79faea
commit d47aead668
5 changed files with 13 additions and 4 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "0ndgshcqzpj3piwmag3vrsv3rg4pnr12y70knl7z0k2i03cy5bav";
};
buildInputs = [pkgconfig gettext perl];
buildNativeInputs = [perl];
buildInputs = [pkgconfig gettext];
# The nbd package depends on a static version of this library; hence
# the default configure flag --disable-static is switched off.