[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50966] [PATCH] gnu: vtk: Depend on proj instead of proj.4.
From: |
Felix Gruber |
Subject: |
[bug#50966] [PATCH] gnu: vtk: Depend on proj instead of proj.4. |
Date: |
Sat, 2 Oct 2021 13:22:50 +0000 |
* 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
- [bug#50966] [PATCH] gnu: vtk: Depend on proj instead of proj.4.,
Felix Gruber <=