deadbeefPlugins.infobar: mark as broken
Crashes DeaDBeef and is abandoned: https://github.com/DeaDBeeF-Player/deadbeef/issues/2112 https://bitbucket.org/dsimbiriatin/deadbeef-infobar/issues/38/infobar-causes-deadbeef-180-to-crash
This commit is contained in:
parent
bfef52d95f
commit
fc978b4302
@ -24,7 +24,8 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "DeadBeeF Infobar Plugin";
|
broken = true; # crashes DeaDBeeF and is abandoned (https://bitbucket.org/dsimbiriatin/deadbeef-infobar/issues/38/infobar-causes-deadbeef-180-to-crash)
|
||||||
|
description = "DeaDBeeF Infobar Plugin";
|
||||||
homepage = https://bitbucket.org/dsimbiriatin/deadbeef-infobar;
|
homepage = https://bitbucket.org/dsimbiriatin/deadbeef-infobar;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.jtojnar ];
|
maintainers = [ maintainers.jtojnar ];
|
||||||
|
Loading…
Reference in New Issue
Block a user