summary refs log tree commit diff
path: root/pkgs/desktops/xfce
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2013-03-09 12:20:19 +0400
committerMichael Raskin <7c6f434c@mail.ru>2013-03-09 12:20:19 +0400
commitb26c770651742b8fe0eb588f384d5a5b7fe01892 (patch)
tree4b962c7180b26c1089e437ab7eb800f81d3b234c /pkgs/desktops/xfce
parent23cbda5b3ccf97eb9871382b5867fb2fd76447b0 (diff)
downloadnixlib-b26c770651742b8fe0eb588f384d5a5b7fe01892.tar
nixlib-b26c770651742b8fe0eb588f384d5a5b7fe01892.tar.gz
nixlib-b26c770651742b8fe0eb588f384d5a5b7fe01892.tar.bz2
nixlib-b26c770651742b8fe0eb588f384d5a5b7fe01892.tar.lz
nixlib-b26c770651742b8fe0eb588f384d5a5b7fe01892.tar.xz
nixlib-b26c770651742b8fe0eb588f384d5a5b7fe01892.tar.zst
nixlib-b26c770651742b8fe0eb588f384d5a5b7fe01892.zip
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.
Diffstat (limited to 'pkgs/desktops/xfce')
-rw-r--r--pkgs/desktops/xfce/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix
index 07a3ffc6bafd..d57184a19eb4 100644
--- a/pkgs/desktops/xfce/default.nix
+++ b/pkgs/desktops/xfce/default.nix
@@ -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