me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 1 additions and 1 deletions

View 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)