guix-patches
[Top][All Lists]
Advanced

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

[bug#50964] [PATCH] gnu: xygrib: Depend on proj instead of proj.4.


From: Felix Gruber
Subject: [bug#50964] [PATCH] gnu: xygrib: Depend on proj instead of proj.4.
Date: Sat, 2 Oct 2021 12:56:16 +0000

* gnu/packages/geo.scm (xygrib)[inputs]: Replace proj.4 with proj.
---
 gnu/packages/geo.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 9d4a1a8955..763e33a0a5 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1273,7 +1273,7 @@ map display.  Downloads map data from a number of 
websites, including
        ("libnova" ,libnova)
        ("libpng" ,libpng)
        ("openjpeg" ,openjpeg)
-       ("proj.4" ,proj.4)
+       ("proj" ,proj)
        ("qtbase" ,qtbase-5)
        ("zlib" ,zlib)))
     (synopsis "Weather Forecast Visualization")
-- 
2.30.2






reply via email to

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