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:
parent
becf5adaeb
commit
8605b470ba
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue