From 552fde3b1e86c6f8503d17b8362c96d0a5d1faf6 Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Sat, 2 Oct 2021 12:55:51 +0000 Subject: 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 --- gnu/packages/geo.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/geo.scm') diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 9d4a1a8955..7394f3e5ac 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" -- cgit v1.2.3