gnu: vtk: Depend on proj instead of proj.4.

* gnu/packages/image-processing.scm (vtk)[inputs] Replace proj.4 with
  proj.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Felix Gruber 2021-10-02 13:22:50 +00:00 committed by Efraim Flashner
parent acf1cae83d
commit 51cc90fcbf
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -332,7 +332,7 @@ (define-public vtk
("mesa" ,mesa)
("netcdf" ,netcdf)
("png" ,libpng)
("proj" ,proj.4)
("proj" ,proj)
("python", python)
;("pugixml" ,pugixml)
("sqlite" ,sqlite)