* [bug#50966] [PATCH] gnu: vtk: Depend on proj instead of proj.4.
@ 2021-10-02 13:22 Felix Gruber
2021-10-04 6:54 ` bug#50966: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-10-02 13:22 UTC (permalink / raw)
To: 50966; +Cc: Felix Gruber
* gnu/packages/image-processing.scm (vtk)[inputs] Replace proj.4 with
proj.
---
gnu/packages/image-processing.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index df77bef192..c8b1f20c63 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -332,7 +332,7 @@ many popular formats.")
("mesa" ,mesa)
("netcdf" ,netcdf)
("png" ,libpng)
- ("proj" ,proj.4)
+ ("proj" ,proj)
("python", python)
;("pugixml" ,pugixml)
("sqlite" ,sqlite)
--
2.30.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#50966: [PATCH] gnu: vtk: Depend on proj instead of proj.4.
2021-10-02 13:22 [bug#50966] [PATCH] gnu: vtk: 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: 50966-done
[-- Attachment #1: Type: text/plain, Size: 332 bytes --]
I still can't get any icons when I launch it, but no regression in
functionality there.
Looks good! 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 13:22 [bug#50966] [PATCH] gnu: vtk: Depend on proj instead of proj.4 Felix Gruber
2021-10-04 6:54 ` bug#50966: " 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.