me
/
guix
Archived
1
0
Fork 0

gnu: r-proj4: Build with newer proj.

* gnu/packages/cran.scm (r-proj4)[inputs]: Change from PROJ.4 to PROJ-7.
master
Marius Bakke 2022-11-18 09:27:11 +01:00
parent 67da142622
commit fceeed3946
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -698,7 +698,7 @@ can read and write both the metadata and the cell data in a Sheet.")
"07fil52jswbg2h807cd82m2wlm5j2fb891ifri9ms037099qdwf5"))))
(properties `((upstream-name . "proj4")))
(build-system r-build-system)
(inputs (list proj.4 zlib))
(inputs (list proj-7 zlib))
(native-inputs (list pkg-config))
(home-page "http://www.rforge.net/proj4/")
(synopsis "Simple interface to the PROJ.4 cartographic projections library")