guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/10: gnu: r-proj4: Build with newer proj.


From: guix-commits
Subject: 02/10: gnu: r-proj4: Build with newer proj.
Date: Sat, 19 Nov 2022 16:10:04 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit fceeed3946a7c85bb755f9b2d7cf5e0c19ea47cd
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Nov 18 09:27:11 2022 +0100

    gnu: r-proj4: Build with newer proj.
    
    * gnu/packages/cran.scm (r-proj4)[inputs]: Change from PROJ.4 to PROJ-7.
---
 gnu/packages/cran.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a1702ae5f6..3e5d654c5a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]