proj_5: drop
This outdated version of proj is not used anymore in the codebase. Drop it.
This commit is contained in:
parent
fcacfa03df
commit
6f9b4f5a27
3 changed files with 1 additions and 22 deletions
|
@ -1,20 +0,0 @@
|
||||||
{ lib, stdenv, fetchurl }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "proj-5.2.0";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "https://download.osgeo.org/proj/proj-5.2.0.tar.gz";
|
|
||||||
sha256 = "0q3ydh2j8qhwlxmnac72pg69rw2znbi5b6k5wama8qmwzycr94gg";
|
|
||||||
};
|
|
||||||
|
|
||||||
doCheck = stdenv.is64bit;
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
description = "Cartographic Projections Library";
|
|
||||||
homepage = "https://proj4.org";
|
|
||||||
license = licenses.mit;
|
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
|
||||||
maintainers = with maintainers; [ vbgl ];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -577,6 +577,7 @@ mapAliases ({
|
||||||
ppl-address-book = throw "ppl-address-book deprecated on 2019-05-02: abandoned by upstream.";
|
ppl-address-book = throw "ppl-address-book deprecated on 2019-05-02: abandoned by upstream.";
|
||||||
processing3 = processing; # added 2019-08-16
|
processing3 = processing; # added 2019-08-16
|
||||||
procps-ng = procps; # added 2018-06-08
|
procps-ng = procps; # added 2018-06-08
|
||||||
|
proj_5 = throw "Proj-5 has been removed from nixpkgs, use proj instead."; # added 2021-04-12
|
||||||
prometheus-cups-exporter = throw "outdated and broken by design; removed by developer."; # added 2021-03-16
|
prometheus-cups-exporter = throw "outdated and broken by design; removed by developer."; # added 2021-03-16
|
||||||
pygmentex = texlive.bin.pygmentex; # added 2019-12-15
|
pygmentex = texlive.bin.pygmentex; # added 2019-12-15
|
||||||
pyload = throw "pyload has been removed from nixpkgs, as it was unmaintained."; # added 2021-03-21
|
pyload = throw "pyload has been removed from nixpkgs, as it was unmaintained."; # added 2021-03-21
|
||||||
|
|
|
@ -16843,8 +16843,6 @@ in
|
||||||
|
|
||||||
proj = callPackage ../development/libraries/proj { };
|
proj = callPackage ../development/libraries/proj { };
|
||||||
|
|
||||||
proj_5 = callPackage ../development/libraries/proj/5.2.nix { };
|
|
||||||
|
|
||||||
proj-datumgrid = callPackage ../development/libraries/proj-datumgrid { };
|
proj-datumgrid = callPackage ../development/libraries/proj-datumgrid { };
|
||||||
|
|
||||||
proselint = callPackage ../tools/text/proselint {
|
proselint = callPackage ../tools/text/proselint {
|
||||||
|
|
Loading…
Reference in a new issue