diff mbox series

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

Message ID 20211002125616.145850-1-felgru@posteo.net
State Accepted
Headers show
Series [bug#50964] gnu: xygrib: Depend on proj instead of proj.4. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Felix Gruber Oct. 2, 2021, 12:56 p.m. UTC
* gnu/packages/geo.scm (xygrib)[inputs]: Replace proj.4 with proj.
---
 gnu/packages/geo.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Efraim Flashner Oct. 4, 2021, 6:56 a.m. UTC | #1
... And of course I responded to the wrong email. Patch pushed!
diff mbox series

Patch

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")