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

Merge pull request #202388 from Mic92/clerk

clerk: mark as broken

authored by

Jörg Thalheim and committed by
GitHub
14ddeaeb a95fc2c3

+1
+1
pkgs/applications/audio/clerk/default.nix
··· 51 51 description = "An MPD client built on top of rofi"; 52 52 homepage = "https://github.com/carnager/clerk"; 53 53 license = licenses.mit; 54 + broken = true; # not compatible with current version of rofi 54 55 maintainers = with maintainers; [ anderspapitto ]; 55 56 }; 56 57 }