* Okay, make zlib a propagated build input of glib.

svn path=/nixpkgs/branches/x-updates/; revision=22666
This commit is contained in:
Eelco Dolstra
2010-07-19 11:43:45 +00:00
parent b080c11720
commit b8928b09fd
3 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ stdenv.mkDerivation rec {
sha256 = "014c3da960bf17117371075c16495f05f36501db990851ceea658f15d2ea6d04";
};
buildInputs = [ pkgconfig gettext perl libiconv zlib ];
buildInputs = [ pkgconfig gettext perl libiconv ];
propagatedBuildInputs = [ zlib ];
meta = {
description = "GLib, a C library of programming buildings blocks";