mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
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:
parent
acf1cae83d
commit
51cc90fcbf
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ many popular formats.")
|
|||
("mesa" ,mesa)
|
||||
("netcdf" ,netcdf)
|
||||
("png" ,libpng)
|
||||
("proj" ,proj.4)
|
||||
("proj" ,proj)
|
||||
("python", python)
|
||||
;("pugixml" ,pugixml)
|
||||
("sqlite" ,sqlite)
|
||||
|
|
Loading…
Add table
Reference in a new issue