diff options
author | Felix Gruber <felgru@posteo.net> | 2022-09-08 20:14:31 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-09-11 15:50:48 +0200 |
commit | c1197f5c4c9b2399efc7e0706de22bc5552b45e1 (patch) | |
tree | 81dc6c8186914476b8d3966543bfc23f820ca205 | |
parent | 3eeb67c5d9594b3e2ff41ab95183d3ca51a0d893 (diff) | |
download | guix-c1197f5c4c9b2399efc7e0706de22bc5552b45e1.tar.gz |
gnu: vtk: Build against proj-7.
* gnu/packages/image-processing.scm (vtk)[inputs]: Replace proj with proj-7. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-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 0225f72651..aa8efd97c6 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -391,7 +391,7 @@ many popular formats.") mesa netcdf libpng - proj + proj-7 python ;("pugixml" ,pugixml) sqlite |