gnuvd: remove
The backend service for this dictionary has been discontinued or is incompatible.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user