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:
parent
822325ed66
commit
3b88e5424e
@ -1,4 +1,4 @@
|
|||||||
{ mkXfceDerivation, exo, gtk3, libxfce4ui, libxfce4util, libwnck3, xfconf }:
|
{ mkXfceDerivation, exo, gtk3, libxfce4ui, libxfce4util, libwnck3, xfconf, libnotify, garcon, thunar }:
|
||||||
|
|
||||||
mkXfceDerivation rec {
|
mkXfceDerivation rec {
|
||||||
category = "xfce";
|
category = "xfce";
|
||||||
@ -14,6 +14,9 @@ mkXfceDerivation rec {
|
|||||||
libxfce4util
|
libxfce4util
|
||||||
libwnck3
|
libwnck3
|
||||||
xfconf
|
xfconf
|
||||||
|
libnotify
|
||||||
|
garcon
|
||||||
|
thunar
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user