links: Remove package & deprecate for links2

This package is deprecated and superseeded by links2 which also provides the
links binary this maintaining backwards-compatibility.

Debian removed links back in 2008:

  https://packages.qa.debian.org/l/links.html

Fixes #12623.
This commit is contained in:
Franz Pletz
2016-01-31 11:46:35 +01:00
parent 979dd17bac
commit 8ec3bce8f8
3 changed files with 3 additions and 13 deletions
@@ -8,12 +8,12 @@
}:
stdenv.mkDerivation rec {
version = "2.11";
version = "2.12";
name = "links2-${version}";
src = fetchurl {
url = "${meta.homepage}/download/links-${version}.tar.bz2";
sha256 = "0gqjdz1brdcx02mcwchi6bxy1i1ljbw5zpc6b321skrrsqkzkxw7";
sha256 = "0knq15yrp60s4jh92aacw8yfc2pcv3bqsw7dba7h5s6ivq8ihhcq";
};
buildInputs =