Exporting XFCE gvfs: it is referenced in NixOS, it is unclear how to remove the dependency cleanly and it affects rebuild even with config that doesn't mention XFCE at all.
This commit is contained in:
parent
23cbda5b3c
commit
b26c770651
@ -62,6 +62,10 @@ xfce_self = rec { # the lines are very long but it seems better than the even-od
|
||||
xfce4_systemload_plugin = callPackage ./panel-plugins/xfce4-systemload-plugin.nix { };
|
||||
xfce4_cpufreq_plugin = callPackage ./panel-plugins/xfce4-cpufreq-plugin.nix { };
|
||||
|
||||
#### SUPPORT
|
||||
|
||||
gvfs = deps.gvfs;
|
||||
|
||||
}; # xfce_self
|
||||
|
||||
in xfce_self
|
||||
|
Loading…
Reference in New Issue
Block a user