summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/window-managers/clfswm
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-03-18 22:16:19 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2016-03-19 15:52:12 +0100
commit9ae0e6633edb0ac53edaa6d3970b7cacc1db7834 (patch)
tree6dfd3b04e6982d8ede2928ceb3c825222e85c555 /pkgs/applications/window-managers/clfswm
parenta8556bd5d75fbe30d8a55b053de5a37f0285cfe2 (diff)
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
Diffstat (limited to 'pkgs/applications/window-managers/clfswm')
-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 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;
};
}