Merge pull request #155741 from bachp/xfce-vte

This commit is contained in:
Sandro 2022-01-20 03:00:38 +01:00 committed by GitHub
commit 2ff3f181e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,12 +215,12 @@ lib.makeScope pkgs.newScope (self: with self; {
libxfcegui4 = throw "libxfcegui4 is the deprecated Xfce GUI library. It has been superseded by the libxfce4ui library";
xinitrc = xfce4-session.xinitrc;
inherit (pkgs.gnome2) libglade;
inherit (pkgs.gnome) vte gtksourceview;
inherit (pkgs.gnome) gtksourceview;
xfce4-mixer-pulse = xfce4-mixer;
thunar-bare = thunar.override {
thunarPlugins = [];
};
# added 2019-11-30
inherit (pkgs) dconf;
inherit (pkgs) dconf vte;
})