guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: xygrib: Depend on proj instead of proj.4.


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

efraim pushed a commit to branch master
in repository guix.

commit acf1cae83d8d72eaa641c9a9a366a21f70f24e78
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sat Oct 2 12:56:16 2021 +0000

    gnu: xygrib: Depend on proj instead of proj.4.
    
    * gnu/packages/geo.scm (xygrib)[inputs]: Replace proj.4 with proj.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 7394f3e..a8a66fd 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")



reply via email to

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