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
This commit is contained in:
Joachim Fasting 2016-03-18 22:16:19 +01:00
parent a8556bd5d7
commit 9ae0e6633e

View file

@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = with maintainers; [ robgssp ];
platforms = platforms.linux;
broken = true;
};
}