xfce: use pkgs.vte instead of gnome.vte

This commit is contained in:
Pascal Bach 2022-01-19 23:05:44 +01:00
parent 2da332aa2d
commit b528e350cd

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;
})