diff mbox series

[bug#50966] gnu: vtk: Depend on proj instead of proj.4.

Message ID 20211002132250.69730-1-felgru@posteo.net
State Accepted
Headers show
Series [bug#50966] gnu: vtk: Depend on proj instead of proj.4. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Felix Gruber Oct. 2, 2021, 1:22 p.m. UTC
* 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(-)

Comments

Efraim Flashner Oct. 4, 2021, 6:54 a.m. UTC | #1
I still can't get any icons when I launch it, but no regression in
functionality there.

Looks good! Patch pushed.
diff mbox series

Patch

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)