forked from mirrors/nixpkgs
* Propagate the gettext dependency.
svn path=/nixpkgs/trunk/; revision=5831
This commit is contained in:
parent
4c68a103e8
commit
daefa7f60d
|
@ -8,5 +8,6 @@ stdenv.mkDerivation {
|
|||
url = ftp://ftp.gtk.org/pub/gtk/v2.8/glib-2.8.6.tar.bz2;
|
||||
md5 = "fce6835fd8c99ab4c3e5213bc5bcd0ed";
|
||||
};
|
||||
buildInputs = [pkgconfig gettext perl];
|
||||
buildInputs = [pkgconfig perl];
|
||||
propagatedBuildInputs = [gettext];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue