gnu: vtk: Depend on proj instead of proj.4.
authorFelix Gruber <felgru@posteo.net>
Sat, 2 Oct 2021 13:22:50 +0000 (13:22 +0000)
committerEfraim Flashner <efraim@flashner.co.il>
Mon, 4 Oct 2021 07:13:59 +0000 (10:13 +0300)
* gnu/packages/image-processing.scm (vtk)[inputs] Replace proj.4 with
  proj.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu/packages/image-processing.scm

index df77bef..c8b1f20 100644 (file)
@@ -332,7 +332,7 @@ many popular formats.")
        ("mesa" ,mesa)
        ("netcdf" ,netcdf)
        ("png" ,libpng)
-       ("proj" ,proj.4)
+       ("proj" ,proj)
        ("python", python)
        ;("pugixml" ,pugixml)
        ("sqlite" ,sqlite)