11 python3.pkgs.buildPythonApplication rec {
17 src = fetchFromGitea {
18 domain = "codeberg.org";
22 hash = "sha256-w0ZpH1joFoV7W7PH74//LGLUJQLCpAGcC6GlyTbdsTE=";
30 build-system = with python3.pkgs; [ setuptools ];
37 dependencies = with python3.pkgs; [
46 description = "Program for showing navigation satellite data";
48 Satellite is an adaptive GTK3 / libhandy application which displays global navigation satellite system (GNSS: GPS et al.) data obtained from ModemManager or gnss-share.
49 It can also save your position to a GPX-file.
51 homepage = "https://codeberg.org/tpikonen/satellite";
52 license = lib.licenses.gpl3Only;
53 mainProgram = "satellite";
54 platforms = lib.platforms.linux;
55 maintainers = with lib.maintainers; [ Luflosi ];