forked from mirrors/nixpkgs
xfce: fix NixOS support
Sorry for this forgotten commit.
This commit is contained in:
parent
a49bd047c0
commit
c3511c115d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue