xfce4-14.xfdesktop: enable optional features

* garcon (required for apps menu)
* thunar (required for file icons)
* libnotify (required for Mount notification support etc.)
This commit is contained in:
worldofpeace 2019-08-17 18:17:04 -04:00
parent 822325ed66
commit 3b88e5424e

View file

@ -1,4 +1,4 @@
{ mkXfceDerivation, exo, gtk3, libxfce4ui, libxfce4util, libwnck3, xfconf }:
{ mkXfceDerivation, exo, gtk3, libxfce4ui, libxfce4util, libwnck3, xfconf, libnotify, garcon, thunar }:
mkXfceDerivation rec {
category = "xfce";
@ -14,6 +14,9 @@ mkXfceDerivation rec {
libxfce4util
libwnck3
xfconf
libnotify
garcon
thunar
];
meta = {