forked from mirrors/nixpkgs
Comment out nixos-gui
It hasn't built in over 2 years.
This commit is contained in:
parent
7d5152964c
commit
c7171b2c8f
|
@ -52,6 +52,7 @@ let
|
|||
inherit (config.system) nixosVersion nixosCodeName;
|
||||
};
|
||||
|
||||
/*
|
||||
nixos-gui = pkgs.xulrunnerWrapper {
|
||||
launcher = "nixos-gui";
|
||||
application = pkgs.stdenv.mkDerivation {
|
||||
|
@ -71,10 +72,12 @@ let
|
|||
};
|
||||
};
|
||||
};
|
||||
*/
|
||||
|
||||
in
|
||||
|
||||
{
|
||||
/*
|
||||
options = {
|
||||
|
||||
installer.enableGraphicalTools = pkgs.lib.mkOption {
|
||||
|
@ -87,6 +90,7 @@ in
|
|||
};
|
||||
|
||||
};
|
||||
*/
|
||||
|
||||
config = {
|
||||
environment.systemPackages =
|
||||
|
@ -96,7 +100,7 @@ in
|
|||
nixos-generate-config
|
||||
nixos-option
|
||||
nixos-version
|
||||
] ++ pkgs.lib.optional cfg.enableGraphicalTools nixos-gui;
|
||||
];
|
||||
|
||||
system.build = {
|
||||
inherit nixos-install nixos-generate-config nixos-option;
|
||||
|
|
Loading…
Reference in a new issue