1 { buildGoModule, fetchFromGitLab, lib }:
5 src = fetchFromGitLab {
6 owner = "postmarketOS";
9 hash = "sha256-4X1oiQWn2oZPw/14hNyZ0a6FEwoykotBisY6lk6lj2k=";
11 vendorHash = "sha256-dmE6hfKUqEr7BMNi/HMUOk4jDB0dPXEMkWQyWj6XpY4=";
13 description = "share GNSS data between multiple clients";
15 gnss-share is an app that facilitates sharing GNSS location data with multiple
16 clients, while providing a way to perform device-specific setup beforehand. For
17 some devices, it can also manage loading and storing A-GPS data.
19 This is meant to replace things like gpsd, and gps-share, and work together
20 with geoclue* or other clients that support fetching NMEA location data over
23 license = licenses.gpl3;
24 maintainers = with maintainers; [ balsoft ];
25 mainProgram = "gnss-share";