Author: eelco Date: Wed Apr 27 13:54:23 2011 New Revision: 26993 URL: https://svn.nixos.org/websvn/nix/?rev=26993&sc=1
Log: * Don't add nixos-gui to the installation CD (for now) because 1) xulrunner is a big package (> 105 MiB); 2) it breaks the CD build (http://hydra.nixos.org/build/1057258); 3) currently it doesn't do much yet. Note that if we do add it, we might as well add Firefox to the CD (since it's only a few MiB more on top of xulrunner). Modified: nixos/trunk/modules/profiles/graphical.nix Modified: nixos/trunk/modules/profiles/graphical.nix ============================================================================== --- nixos/trunk/modules/profiles/graphical.nix Wed Apr 27 13:33:06 2011 (r26992) +++ nixos/trunk/modules/profiles/graphical.nix Wed Apr 27 13:54:23 2011 (r26993) @@ -13,6 +13,4 @@ desktopManager.default = "kde4"; desktopManager.kde4.enable = true; }; - - installer.enableGraphicalTools = true; } _______________________________________________ nix-commits mailing list nix-comm...@cs.uu.nl http://mail.cs.uu.nl/mailman/listinfo/nix-commits