xfce: add config into scope

This commit is contained in:
Nikolay Amiantov 2014-10-23 03:13:09 +04:00
parent 15eebef4e8
commit 333ccae68f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, newScope }: let
{ config, pkgs, newScope }: let
callPackage = newScope (deps // xfce_self);

View File

@ -11555,7 +11555,7 @@ let
mate-themes = callPackage ../misc/themes/mate-themes { };
xfce = xfce4_10;
xfce4_10 = recurseIntoAttrs (import ../desktops/xfce { inherit pkgs newScope; });
xfce4_10 = recurseIntoAttrs (import ../desktops/xfce { inherit config pkgs newScope; });
### SCIENCE