Author: eelco
Date: Mon Aug 22 17:40:07 2011
New Revision: 28757
URL: https://svn.nixos.org/websvn/nix/?rev=28757&sc=1

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

Added:
   nixpkgs/trunk/pkgs/desktops/xfce-4.6/
      - copied from r28724, nixpkgs/trunk/pkgs/desktops/xfce-4/
Deleted:
   nixpkgs/trunk/pkgs/desktops/xfce-4/
Modified:
   nixpkgs/trunk/pkgs/top-level/all-packages.nix

Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix       Mon Aug 22 17:38:57 
2011        (r28756)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Mon Aug 22 17:40:07 
2011        (r28757)
@@ -7876,11 +7876,11 @@
     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
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to