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] bf189503ae?branch=rawhide
main
Maximilian Bosch 2 years ago
parent da55ba2a06
commit 9a9fff59b2
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 1
      pkgs/applications/video/quvi/library.nix
  2. 1
      pkgs/applications/video/quvi/scripts.nix
  3. 1
      pkgs/applications/video/quvi/tool.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
};
}

@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.lgpl21Plus;
platforms = lib.platforms.linux;
maintainers = [ ];
broken = true; # missing glibc-2.34 support, no upstream activity
};
}

@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.lgpl21Plus;
platforms = lib.platforms.linux;
maintainers = [ ];
broken = true; # missing glibc-2.34 support, no upstream activity
};
}

Loading…
Cancel
Save