gnome2.gvfs: drop

Not needed by anything and dropping it will allow us to clean up the expression.

Changed to an alias as that is what it was in the first place.
This commit is contained in:
Jan Tojnar 2019-09-02 12:57:33 +02:00
parent becf5adaeb
commit 8605b470ba
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -57,8 +57,6 @@ lib.makeScope pkgs.newScope (self: with self; {
#### DESKTOP
gvfs = pkgs.gvfs.override { gnome = self; };
# Removed from recent GNOME releases, but still required
scrollkeeper = callPackage ./desktop/scrollkeeper { };
@ -78,7 +76,10 @@ lib.makeScope pkgs.newScope (self: with self; {
glib glibmm atk atkmm cairo pango pangomm gdk_pixbuf gtkmm2 libcanberra-gtk2
# Included for backwards compatibility
libsoup libwnck gtk-doc gnome-doc-utils rarian;
libsoup libwnck gtk-doc gnome-doc-utils rarian
gvfs # added 2019-09-03
;
gtk = pkgs.gtk2;
gtkmm = pkgs.gtkmm2;