nixos/xfce4-14: remove gtk-xfce-engine
Xfce 4.14 deprecated this. It had many gtk2 themes that don't work that confused users #68977.
This commit is contained in:
parent
a8167d10f6
commit
5bcec7642f
2 changed files with 2 additions and 6 deletions
|
@ -69,7 +69,6 @@ in
|
|||
|
||||
exo
|
||||
garcon
|
||||
gtk-xfce-engine
|
||||
libxfce4ui
|
||||
xfconf
|
||||
|
||||
|
|
|
@ -93,8 +93,6 @@ makeScope newScope (self: with self; {
|
|||
|
||||
## COMMON PARTS WITH XFCE 4.12
|
||||
|
||||
gtk-xfce-engine = callPackage ../xfce/core/gtk-xfce-engine.nix { withGtk3 = false; };
|
||||
|
||||
xfce4-icon-theme = callPackage ../xfce/art/xfce4-icon-theme.nix { };
|
||||
|
||||
xfwm4-themes = callPackage ../xfce/art/xfwm4-themes.nix { };
|
||||
|
@ -113,7 +111,6 @@ makeScope newScope (self: with self; {
|
|||
|
||||
|
||||
## ALIASES
|
||||
|
||||
# added 2019-08-18
|
||||
xfce4-mixer = throw "deprecated 2019-08-18: obsoleted by xfce4-pulseaudio-plugin";
|
||||
xfce4-mixer = throw "deprecated 2019-08-18: obsoleted by xfce4-pulseaudio-plugin"; # added 2019-08-18
|
||||
gtk-xfce-engine = throw "deprecated 2019-09-17: Xfce 4.14 deprecated gtk-xfce-engine"; # added 2019-09-17
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue