3
0
Fork 0
forked from mirrors/nixpkgs

* Rename xfce-4 to xfce-4.6 in preparation for Xfce 4.8.

svn path=/nixpkgs/trunk/; revision=28757
This commit is contained in:
Eelco Dolstra 2011-08-22 17:40:07 +00:00
parent 5545472461
commit 1475781b19
21 changed files with 4 additions and 4 deletions

View file

@ -7876,11 +7876,11 @@ let
inherit (gtkLibs) glib gtk;
};
xfce = xfce4;
xfce = xfce46;
xfce4 = recurseIntoAttrs
(let callPackage = newScope pkgs.xfce4; in
import ../desktops/xfce-4 { inherit callPackage pkgs; });
xfce46 = recurseIntoAttrs
(let callPackage = newScope pkgs.xfce46; in
import ../desktops/xfce-4.6 { inherit callPackage pkgs; });
### SCIENCE