* 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:
parent
18e5da0f60
commit
9692c7f38c
|
@ -1,6 +1,10 @@
|
||||||
pkgs:
|
pkgs:
|
||||||
|
|
||||||
rec {
|
rec {
|
||||||
|
|
||||||
|
inherit (pkgs.gtkLibs) glib pango atk gtk;
|
||||||
|
|
||||||
|
|
||||||
#### PLATFORM
|
#### PLATFORM
|
||||||
audiofile = import ./platform/audiofile {
|
audiofile = import ./platform/audiofile {
|
||||||
inherit (pkgs) stdenv fetchurl;
|
inherit (pkgs) stdenv fetchurl;
|
||||||
|
|
Loading…
Reference in New Issue