On 08-09-2022 22:14, Felix Gruber wrote: > * gnu/packages/geo.scm (openorienteering-mapper)[inputs]: Add curl. > --- > gnu/packages/geo.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm > index f27c97477d..c0ac44a81b 100644 > --- a/gnu/packages/geo.scm > +++ b/gnu/packages/geo.scm > @@ -2209,6 +2209,7 @@ track your position right from your laptop.") > (inputs > `(("clipper" ,clipper) > ("cups" ,cups) > + ("curl" ,curl) > ("gdal" ,gdal) > ("proj" ,proj) > ("qtbase" ,qtbase-5) Why? According to "grep -rF /gnu/store/m06nhjir7vxm2kq88dlm7cvpxcyhilzr-openorienteering-mapper-0.9.5-checkout", it's curl is not actually used by openorienteering-mapper (except for "superbuild-licensing.cmake" and the CI, but I don't think we actually use those in Guix). What's the point of adding 'curl' here? Greetings, Maxime