diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2023-03-26 17:14:25 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-03-27 11:19:58 +0200 |
commit | dcb0007ca0a42e22c81b742fb2c0b194ae4274f4 (patch) | |
tree | 98fac9057ebc40ec5e2ec611717afaa8dac84a6a /gnu/packages/image-processing.scm | |
parent | 68793b702e4295d011c89e72826fd15ce18e0b95 (diff) |
gnu: vtk: Don't pin to proj-7.
* gnu/packages/image-processing.scm (vtk)[inputs]: Replace proj-7 by proj.
Diffstat (limited to 'gnu/packages/image-processing.scm')
-rw-r--r-- | gnu/packages/image-processing.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 0562376291..85484bb03c 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -402,7 +402,7 @@ many popular formats.") mesa netcdf libpng - proj-7 + proj python ;("pugixml" ,pugixml) sqlite |