Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

(cherry picked from commit 9ae0e6633edb0ac53edaa6d3970b7cacc1db7834)

+1
+1
pkgs/applications/window-managers/clfswm/default.nix
··· 46 license = licenses.gpl3; 47 maintainers = with maintainers; [ robgssp ]; 48 platforms = platforms.linux; 49 }; 50 }
··· 46 license = licenses.gpl3; 47 maintainers = with maintainers; [ robgssp ]; 48 platforms = platforms.linux; 49 + broken = true; 50 }; 51 }