gnuvd: remove

The backend service for this dictionary has been discontinued or is
incompatible.
This commit is contained in:
Emery Hemingway
2021-01-14 13:36:21 +01:00
parent c1e1834ead
commit f385802067
3 changed files with 1 additions and 19 deletions
-17
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;
};
}