forked from mirrors/nixpkgs
* Lots of packages refer to gnomevfs and startupnotification.
svn path=/nixpkgs/branches/xorg-7.5/; revision=18079
This commit is contained in:
parent
9692c7f38c
commit
f1f8debe62
|
@ -4,6 +4,10 @@ rec {
|
||||||
|
|
||||||
inherit (pkgs.gtkLibs) glib pango atk gtk;
|
inherit (pkgs.gtkLibs) glib pango atk gtk;
|
||||||
|
|
||||||
|
# Backward compatibility.
|
||||||
|
gnomevfs = gnome_vfs;
|
||||||
|
startupnotification = startup_notification;
|
||||||
|
|
||||||
|
|
||||||
#### PLATFORM
|
#### PLATFORM
|
||||||
audiofile = import ./platform/audiofile {
|
audiofile = import ./platform/audiofile {
|
||||||
|
|
|
@ -437,11 +437,9 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
gnome = {
|
gnome = {
|
||||||
gconfeditor = linux;
|
gnome_panel = linux;
|
||||||
gnomepanel = linux;
|
|
||||||
gnometerminal = linux;
|
|
||||||
gnomeutils = linux;
|
|
||||||
metacity = linux;
|
metacity = linux;
|
||||||
|
gnome_vfs = linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
gtkLibs = {
|
gtkLibs = {
|
||||||
|
|
Loading…
Reference in a new issue