mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
xfce: use pkgs.vte instead of gnome.vte
This commit is contained in:
parent
2da332aa2d
commit
b528e350cd
@ -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;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user