mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
dvb_apps: remove (broken since 2018)
This commit is contained in:
parent
ee3acf3aa4
commit
516f48a84c
|
@ -1,24 +0,0 @@
|
|||
{ stdenv, fetchurl, perl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "dvb-apps-7f68f9c8d311";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://linuxtv.org/hg/dvb-apps/archive/7f68f9c8d311.tar.gz";
|
||||
sha256 = "0a6c5jjq6ad98bj0r954l3n7zjb2syw9m19jksg06z4zg1z8yg82";
|
||||
};
|
||||
|
||||
buildInputs = [ perl ];
|
||||
|
||||
dontConfigure = true; # skip configure
|
||||
|
||||
installPhase = "make prefix=$out install";
|
||||
|
||||
meta = {
|
||||
description = "Linux DVB API applications and utilities";
|
||||
homepage = "https://linuxtv.org/";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
broken = true; # 2018-04-10
|
||||
};
|
||||
}
|
|
@ -120,6 +120,7 @@ mapAliases ({
|
|||
double_conversion = double-conversion; # 2017-11-22
|
||||
docker_compose = docker-compose; # 2018-11-10
|
||||
draftsight = throw "draftsight has been removed, no longer available as freeware"; # added 2020-08-14
|
||||
dvb_apps = throw "dvb_apps has been removed."; # added 2020-11-03
|
||||
dwarf_fortress = dwarf-fortress; # added 2016-01-23
|
||||
emacsPackagesGen = emacsPackagesFor; # added 2018-08-18
|
||||
emacsPackagesNgGen = emacsPackagesFor; # added 2018-08-18
|
||||
|
|
|
@ -20485,8 +20485,6 @@ in
|
|||
|
||||
denemo = callPackage ../applications/audio/denemo { };
|
||||
|
||||
dvb_apps = callPackage ../applications/video/dvb-apps { };
|
||||
|
||||
dvdauthor = callPackage ../applications/video/dvdauthor { };
|
||||
|
||||
dvdbackup = callPackage ../applications/video/dvdbackup { };
|
||||
|
|
Loading…
Reference in a new issue