about summary refs log tree commit diff
path: root/pkgs/applications/video/quvi/library.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-01-28 17:00:05 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2022-02-27 10:26:59 +0100
commit9a9fff59b28d06cd3f22397c778fcbacf46ccc22 (patch)
tree3faa37ccca8812593f8837eac25b22dadce90877 /pkgs/applications/video/quvi/library.nix
parentda55ba2a06e02e200daa3433ea84d0f9874eff4e (diff)
quvi*: mark as broken
Failing Hydra build: https://hydra.nixos.org/build/163943269

Given that it hasn't had a release since 2013[1] and Gentoo/Fedora
already dropped it[2][3]. Also, there are a lot of alternative
stream/video downloaders, so it doesn't seem a big deal.

[1] http://quvi.sourceforge.net/news/
[2] https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80024f2367f394b46326064823d0c39f373e2820
[3] https://src.fedoraproject.org/rpms/quvi/c/bf189503ae6c15d2731679e292c0a90ce1454e62?branch=rawhide
Diffstat (limited to 'pkgs/applications/video/quvi/library.nix')
-rw-r--r--pkgs/applications/video/quvi/library.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/quvi/library.nix b/pkgs/applications/video/quvi/library.nix
index 071e67a172116..548b3d7f9724d 100644
--- a/pkgs/applications/video/quvi/library.nix
+++ b/pkgs/applications/video/quvi/library.nix
@@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
     license = lib.licenses.lgpl21Plus;
     platforms = lib.platforms.linux;
     maintainers = [ ];
+    broken = true; # missing glibc-2.34 support, no upstream activity
   };
 }