* Lots of packages refer to gnomevfs and startupnotification.

svn path=/nixpkgs/branches/xorg-7.5/; revision=18079
This commit is contained in:
Eelco Dolstra 2009-11-03 20:56:26 +00:00
parent 9692c7f38c
commit f1f8debe62
2 changed files with 6 additions and 4 deletions

View file

@ -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 {

View file

@ -437,11 +437,9 @@ in {
};
gnome = {
gconfeditor = linux;
gnomepanel = linux;
gnometerminal = linux;
gnomeutils = linux;
gnome_panel = linux;
metacity = linux;
gnome_vfs = linux;
};
gtkLibs = {