Author: urkud Date: Fri Aug 26 16:02:43 2011 New Revision: 28841 URL: https://svn.nixos.org/websvn/nix/?rev=28841&sc=1
Log: Add note about drop-kde4.5 branch 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 Fri Aug 26 15:58:19 2011 (r28840) +++ nixpkgs/trunk/pkgs/top-level/all-packages.nix Fri Aug 26 16:02:43 2011 (r28841) @@ -7794,6 +7794,8 @@ kde4 = recurseIntoAttrs pkgs.kde45; + # TODO: merge with branches/drop-kde4.5 if you want to remove KDE SC 4.5 + # This branch removes kde45 and quite a few compatibility hacks kde45 = kdePackagesFor pkgs.kde45 "4.5"; kde47 = kdePackagesFor pkgs.kde47 "4.7"; _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
