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;
|
||||
|
||||
# Backward compatibility.
|
||||
gnomevfs = gnome_vfs;
|
||||
startupnotification = startup_notification;
|
||||
|
||||
|
||||
#### PLATFORM
|
||||
audiofile = import ./platform/audiofile {
|
||||
|
|
|
@ -437,11 +437,9 @@ in {
|
|||
};
|
||||
|
||||
gnome = {
|
||||
gconfeditor = linux;
|
||||
gnomepanel = linux;
|
||||
gnometerminal = linux;
|
||||
gnomeutils = linux;
|
||||
gnome_panel = linux;
|
||||
metacity = linux;
|
||||
gnome_vfs = linux;
|
||||
};
|
||||
|
||||
gtkLibs = {
|
||||
|
|
Loading…
Reference in a new issue