diff options
author | Andreas Enge <andreas@enge.fr> | 2025-07-31 12:43:46 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-31 12:44:01 +0200 |
commit | 285e3130cc6899e11b61d3141ae1a1513fe36a8d (patch) | |
tree | 182852315a9c33f41352e977561c272da2f7f6ed | |
parent | 0b05ca10d77756ae948e79f4a9333b570c6927e5 (diff) |
gnu: libosmium: Modernize input.
* gnu/packages/geo.scm (libosmium)[propagated-inputs]:
Remove proj-7; add proj.
Change-Id: I1fc87d5a0ab87f14b88b74647c2c607abb928d0f
-rw-r--r-- | gnu/packages/geo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index eddd1eb59e..b568b85aa7 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -2122,7 +2122,7 @@ visualizing and performing calculations with weather data.") gdal geos lz4 - proj-7 + proj protozero zlib)) (native-inputs (list doxygen graphviz-minimal)) |