summary refs log tree commit diff
path: root/pkgs
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 /pkgs
parentf3a068f8d647ca98f3dd988cfd65d9b886e45b63 (diff)
parente891e509466fb83f860c4c51199c9617e9b1ddc1 (diff)
downloadnixpkgs-3273605aefbde813216f4048cb359e776161097d.tar
nixpkgs-3273605aefbde813216f4048cb359e776161097d.tar.gz
nixpkgs-3273605aefbde813216f4048cb359e776161097d.tar.bz2
nixpkgs-3273605aefbde813216f4048cb359e776161097d.tar.lz
nixpkgs-3273605aefbde813216f4048cb359e776161097d.tar.xz
nixpkgs-3273605aefbde813216f4048cb359e776161097d.tar.zst
nixpkgs-3273605aefbde813216f4048cb359e776161097d.zip
Merge pull request #14033 from joachifm/clfswm-broken
Mark clfswm as broken
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/window-managers/clfswm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/clfswm/default.nix b/pkgs/applications/window-managers/clfswm/default.nix
index 3b07bc5a654..5761d94526d 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;
   };
 }