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 = "0mjxliarzcy7iksh6v1npxsqdpc9sjj3q4wcl567asbdzdpbd803";
};
buildInputs = [pkgconfig perl];
buildNativeInputs = [perl];
buildInputs = [pkgconfig];
propagatedBuildInputs = [glib];
meta = {