+13
−0
Loading
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
osm-gps-map does in fact not need to propagate libsoup. The only use of libsoup is `widget.c` [1], which is irrelevant for the `.dev` output in nixpkgs. On the contrary, any dependent not supplying libsoup will not be able to use osm-gps-map (#402543). gtk3 is listed in the requires too. This only didn't explode yet because any dependent of osm-gps-map also explicitly added gtk3. broken since #399086 closes #402543 (fix) closes #402569 (becomes unnecessary) Proposed upstream fix: https://github.com/nzjrs/osm-gps-map/pull/108 [1] https://github.com/nzjrs/osm-gps-map/blob/1.2.0/src/osm-gps-map-widget.c#L137