all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [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

* bug#50964: [PATCH] gnu: xygrib: Depend on proj instead of proj.4.
  2021-10-02 12:56 [bug#50964] [PATCH] gnu: xygrib: Depend on proj instead of proj.4 Felix Gruber
@ 2021-10-04  6:56 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-10-04  6:56 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 50964-done

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]

... And of course I responded to the wrong email. Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.