Merge branch 'beacondb-api-key' into 'master'

nongnu: firefox: Use key for beaconDB API.

See merge request nonguix/nonguix!619
This commit is contained in:
Jonathan Brielmaier 2025-02-15 23:30:56 +00:00
commit be514d7261

View File

@ -189,7 +189,7 @@
;; It defaults to Google Location Services, but misses a necessary
;; API key.
(write-setting "geo.provider.network.url"
"\"https://api.beacondb.net/v1/geolocate\"")
"\"https://api.beacondb.net/v1/geolocate?key=nonguix\"")
(close-port port))))
(add-after 'fix-preferences 'fix-ffmpeg-runtime-linker
(lambda* (#:key inputs #:allow-other-keys)