about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-06-12 14:25:55 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-06-14 10:05:25 +0200
commitfc978b4302151dc843cc851cb19fe3970a3f3ef7 (patch)
treec1c4396c490683b70e723405ab9c2e0015dfa129 /pkgs/applications/audio
parentbfef52d95f4d8031286753d5d677e5179328c6ce (diff)
downloadnixlib-fc978b4302151dc843cc851cb19fe3970a3f3ef7.tar
nixlib-fc978b4302151dc843cc851cb19fe3970a3f3ef7.tar.gz
nixlib-fc978b4302151dc843cc851cb19fe3970a3f3ef7.tar.bz2
nixlib-fc978b4302151dc843cc851cb19fe3970a3f3ef7.tar.lz
nixlib-fc978b4302151dc843cc851cb19fe3970a3f3ef7.tar.xz
nixlib-fc978b4302151dc843cc851cb19fe3970a3f3ef7.tar.zst
nixlib-fc978b4302151dc843cc851cb19fe3970a3f3ef7.zip
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
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/deadbeef/plugins/infobar.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/audio/deadbeef/plugins/infobar.nix b/pkgs/applications/audio/deadbeef/plugins/infobar.nix
index 92f566e36578..d2355681b728 100644
--- a/pkgs/applications/audio/deadbeef/plugins/infobar.nix
+++ b/pkgs/applications/audio/deadbeef/plugins/infobar.nix
@@ -24,7 +24,8 @@ stdenv.mkDerivation rec {
   '';
 
   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;
     license = licenses.gpl2Plus;
     maintainers = [ maintainers.jtojnar ];