* [bug#50964] [PATCH] gnu: xygrib: Depend on proj instead of proj.4.
@ 2021-10-02 12:56 Felix Gruber
2021-10-04 6:56 ` bug#50964: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-10-02 12:56 UTC (permalink / raw)
To: 50964; +Cc: Felix Gruber
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-04 6:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-02 12:56 [bug#50964] [PATCH] gnu: xygrib: Depend on proj instead of proj.4 Felix Gruber
2021-10-04 6:56 ` bug#50964: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).