3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #202388 from Mic92/clerk

clerk: mark as broken
This commit is contained in:
Jörg Thalheim 2022-12-04 12:18:32 +01:00 committed by GitHub
commit 14ddeaebcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,7 @@ stdenv.mkDerivation {
description = "An MPD client built on top of rofi";
homepage = "https://github.com/carnager/clerk";
license = licenses.mit;
broken = true; # not compatible with current version of rofi
maintainers = with maintainers; [ anderspapitto ];
};
}