gnuvd: remove

The backend service for this dictionary has been discontinued or is
incompatible.
gstqt5
Emery Hemingway 2021-01-14 13:33:03 +01:00
parent c1e1834ead
commit f385802067
3 changed files with 1 additions and 19 deletions

View File

@ -1,17 +0,0 @@
{lib, stdenv, fetchurl}:
stdenv.mkDerivation {
name = "gnuvd-1.0.12";
src = fetchurl {
url = "https://www.djcbsoftware.nl/code/gnuvd/gnuvd-1.0.12.tar.gz";
sha256 = "0mpy76a0pxy62zjiihlzmvl4752hiwxhfs8rm1v5zgdr78acxyxz";
};
meta = with lib; {
description = "Command-line dutch dictionary application";
homepage = "https://www.djcbsoftware.nl/code/gnuvd/";
license = licenses.gpl2;
platforms = platforms.unix;
};
}

View File

@ -216,6 +216,7 @@ mapAliases ({
};
gnustep-make = gnustep.make; # added 2016-7-6
gnupg20 = throw "gnupg20 has been removed from nixpkgs as upstream dropped support on 2017-12-31";# added 2020-07-12
gnuvd = throw "gnuvd was removed because the backend service is missing"; # added 2020-01-14
go_1_12 = throw "go_1_12 has been removed"; # added 2020-04-26
go-pup = pup; # added 2017-12-19
gobjectIntrospection = gobject-introspection; # added 2018-12-02

View File

@ -4445,8 +4445,6 @@ in
gnutar = callPackage ../tools/archivers/gnutar { };
gnuvd = callPackage ../tools/misc/gnuvd { };
goaccess = callPackage ../tools/misc/goaccess { };
gocryptfs = callPackage ../tools/filesystems/gocryptfs { };