all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50963] [PATCH] gnu: grass: Depend on proj instead of proj.4.
@ 2021-10-02 12:55 Felix Gruber
  2021-10-04  6:54 ` bug#50963: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-10-02 12:55 UTC (permalink / raw)
  To: 50963; +Cc: Felix Gruber

* gnu/packages/geo.scm (grass)[inputs]: Replace proj.4 with proj.
  [arguments]: Change --with-proj-share.
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 763e33a0a5..a8a66fdfc4 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1953,7 +1953,7 @@ track your position right from your laptop.")
          ("openblas" ,openblas)
          ("perl" ,perl)
          ("postgresql" ,postgresql)
-         ("proj.4" ,proj.4)
+         ("proj" ,proj)
          ("python" ,python)
          ("python-dateutil" ,python-dateutil)
          ("python-numpy" ,python-numpy)
@@ -2009,7 +2009,7 @@ track your position right from your laptop.")
                        "--with-netcdf"
                        "--with-postgres"
                        (string-append "--with-proj-share="
-                                      (assoc-ref inputs "proj.4")
+                                      (assoc-ref inputs "proj")
                                       "/share/proj")
                        "--with-pthread"
                        "--with-readline"
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

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

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

Looks good to me. 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:58 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:55 [bug#50963] [PATCH] gnu: grass: Depend on proj instead of proj.4 Felix Gruber
2021-10-04  6:54 ` bug#50963: " 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.