16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
21 owner = "DaveDavenport";
24 hash = "sha256-6AChX0UEIrQExaq3oo9Be5Sr13+POHFph7pZegqcjio=";
28 # Compile with libchamplain>=0.12.21
30 url = "https://github.com/DaveDavenport/gpx-viewer/commit/12ed6003bdad840586351bdb4e00c18719873c0e.patch";
31 hash = "sha256-2/r0M3Yxj+vWgny1Pd5G7NYMb0uC/ByZ7y3tqLVccOc=";
40 wrapGAppsHook3 # Fix error: GLib-GIO-ERROR **: No GSettings schemas are installed on the system
50 hardeningDisable = [ "format" ];
53 homepage = "https://blog.sarine.nl/tag/gpxviewer/";
54 description = "Simple tool to visualize tracks and waypoints stored in a gpx file";
55 mainProgram = "gpx-viewer";
56 changelog = "https://github.com/DaveDavenport/gpx-viewer/blob/${src.rev}/NEWS";
57 platforms = with platforms; linux;
58 license = licenses.gpl2Plus;
59 maintainers = with maintainers; [ dotlambda ];