summary refs log tree commit diff
diff options
context:
space:
mode:
authorjoachifm <joachifm@users.noreply.github.com>2016-03-20 15:27:41 +0000
committerjoachifm <joachifm@users.noreply.github.com>2016-03-20 15:27:41 +0000
commit3273605aefbde813216f4048cb359e776161097d (patch)
treeccc7dfe13face9dbea709e96bd4e38748c7e8c03
parentf3a068f8d647ca98f3dd988cfd65d9b886e45b63 (diff)
parente891e509466fb83f860c4c51199c9617e9b1ddc1 (diff)
downloadnixlib-3273605aefbde813216f4048cb359e776161097d.tar
nixlib-3273605aefbde813216f4048cb359e776161097d.tar.gz
nixlib-3273605aefbde813216f4048cb359e776161097d.tar.bz2
nixlib-3273605aefbde813216f4048cb359e776161097d.tar.lz
nixlib-3273605aefbde813216f4048cb359e776161097d.tar.xz
nixlib-3273605aefbde813216f4048cb359e776161097d.tar.zst
nixlib-3273605aefbde813216f4048cb359e776161097d.zip
Merge pull request #14033 from joachifm/clfswm-broken
Mark clfswm as broken
-rw-r--r--nixos/modules/services/x11/window-managers/default.nix1
-rw-r--r--pkgs/applications/window-managers/clfswm/default.nix1
2 files changed, 1 insertions, 1 deletions
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
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;
   };
 }