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:
Michael Raskin 2013-03-09 12:20:19 +04:00
parent 23cbda5b3c
commit b26c770651

View File

@ -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