From 9ae0e6633edb0ac53edaa6d3970b7cacc1db7834 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Fri, 18 Mar 2016 22:16:19 +0100 Subject: [PATCH 1/2] clfswm: mark as broken This package has been broken for quite a long time. I attempted to fix it, to no avail. See also: https://hydra.nixos.org/build/33498133/nixlog/2/raw --- pkgs/applications/window-managers/clfswm/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/window-managers/clfswm/default.nix b/pkgs/applications/window-managers/clfswm/default.nix index 3b07bc5a654d..5761d94526d1 100644 --- a/pkgs/applications/window-managers/clfswm/default.nix +++ b/pkgs/applications/window-managers/clfswm/default.nix @@ -46,5 +46,6 @@ stdenv.mkDerivation rec { license = licenses.gpl3; maintainers = with maintainers; [ robgssp ]; platforms = platforms.linux; + broken = true; }; } From e891e509466fb83f860c4c51199c9617e9b1ddc1 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Fri, 18 Mar 2016 22:18:01 +0100 Subject: [PATCH 2/2] nixos: disable the clfswm window manager module --- nixos/modules/services/x11/window-managers/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/x11/window-managers/default.nix b/nixos/modules/services/x11/window-managers/default.nix index 63136beac710..fce71bbda7e2 100644 --- a/nixos/modules/services/x11/window-managers/default.nix +++ b/nixos/modules/services/x11/window-managers/default.nix @@ -10,7 +10,6 @@ in imports = [ ./afterstep.nix ./bspwm.nix - ./clfswm.nix ./compiz.nix ./dwm.nix ./exwm.nix