3
0
Fork 0
forked from mirrors/nixpkgs

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); callPackage = newScope (deps // xfce_self);

View file

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