xfce: fix NixOS support

Sorry for this forgotten commit.
This commit is contained in:
Vladimír Čunát 2013-03-09 10:51:34 +01:00
parent a49bd047c0
commit c3511c115d

View file

@ -17,6 +17,11 @@ deps = rec { # xfce-global dependency overrides should be here
xfce_self = rec { # the lines are very long but it seems better than the even-odd line approach
#### NixOS support
inherit (deps) gvfs;
xinitrc = "${xfce4session}/etc/xdg/xfce4/xinitrc";
#### CORE from "mirror://xfce/src/xfce/${p_name}/${ver_maj}/${name}.tar.bz2"
exo = callPackage ./core/exo.nix { };
@ -62,10 +67,6 @@ 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