From 1fd2e71c8d8907b08d88db793d8958ab2933150c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 27 Apr 2011 13:54:23 +0000 Subject: [PATCH] * 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). svn path=/nixos/trunk/; revision=26993 --- modules/profiles/graphical.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/profiles/graphical.nix b/modules/profiles/graphical.nix index fbf6f1d2421..1c279a73ac9 100644 --- a/modules/profiles/graphical.nix +++ b/modules/profiles/graphical.nix @@ -13,6 +13,4 @@ desktopManager.default = "kde4"; desktopManager.kde4.enable = true; }; - - installer.enableGraphicalTools = true; }