proj: update from 4.8.0 to 4.9.1 (close #8235)
This commit is contained in:
parent
43a8793555
commit
d691bf0d4f
1 changed files with 3 additions and 12 deletions
|
@ -1,22 +1,13 @@
|
|||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "proj-4.8.0";
|
||||
name = "proj-4.9.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://download.osgeo.org/proj/proj-4.8.0.tar.gz;
|
||||
sha256 = "1dfim63ks298204lv2z0v16njz6fs7bf0m4icy09i3ffzvqdpcid";
|
||||
url = http://download.osgeo.org/proj/proj-4.9.1.tar.gz;
|
||||
sha256 = "06f36s7yi6yky92g235kj9wkcckm04qgzxnj0fla3icb7y7ki87w";
|
||||
};
|
||||
|
||||
postConfigure = ''
|
||||
patch src/Makefile <<EOF
|
||||
272c272
|
||||
< include_HEADERS = proj_api.h org_proj4_Projections.h
|
||||
---
|
||||
> include_HEADERS = proj_api.h org_proj4_Projections.h projects.h
|
||||
EOF
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Cartographic Projections Library";
|
||||
homepage = http://trac.osgeo.org/proj/;
|
||||
|
|
Loading…
Reference in a new issue