guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: grass: Depend on proj instead of proj.4.


From: guix-commits
Subject: 01/02: gnu: grass: Depend on proj instead of proj.4.
Date: Mon, 4 Oct 2021 02:56:32 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 552fde3b1e86c6f8503d17b8362c96d0a5d1faf6
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sat Oct 2 12:55:51 2021 +0000

    gnu: grass: Depend on proj instead of proj.4.
    
    * gnu/packages/geo.scm (grass)[inputs]: Replace proj.4 with proj.
    [arguments]: Change --with-proj-share.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 9d4a1a8..7394f3e 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1953,7 +1953,7 @@ track your position right from your laptop.")
          ("openblas" ,openblas)
          ("perl" ,perl)
          ("postgresql" ,postgresql)
-         ("proj.4" ,proj.4)
+         ("proj" ,proj)
          ("python" ,python)
          ("python-dateutil" ,python-dateutil)
          ("python-numpy" ,python-numpy)
@@ -2009,7 +2009,7 @@ track your position right from your laptop.")
                        "--with-netcdf"
                        "--with-postgres"
                        (string-append "--with-proj-share="
-                                      (assoc-ref inputs "proj.4")
+                                      (assoc-ref inputs "proj")
                                       "/share/proj")
                        "--with-pthread"
                        "--with-readline"



reply via email to

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