* Lots of packages refer to gnome.glib etc., so propagate them.

svn path=/nixpkgs/branches/xorg-7.5/; revision=18063
This commit is contained in:
Eelco Dolstra 2009-11-01 14:15:03 +00:00
parent 18e5da0f60
commit 9692c7f38c

View file

@ -1,6 +1,10 @@
pkgs:
rec {
inherit (pkgs.gtkLibs) glib pango atk gtk;
#### PLATFORM
audiofile = import ./platform/audiofile {
inherit (pkgs) stdenv fetchurl;