diff --git a/default.nix b/default.nix
index 18bad018d2c02e8c586e7c2d241bc4ba07cf5be5..75d7992fd955dac4db9a0ca556293881f9202fc1 100644
--- a/default.nix
+++ b/default.nix
@@ -37,6 +37,9 @@ };
mbutil = python3Packages.callPackage ./pkgs/mbutil {
inherit (sources) mbutil;
};
redict = libsForQt5.callPackage ./pkgs/redict {
inherit (sources) redict;
};
diff --git a/nix/sources.json b/nix/sources.json
index e79438fc3747cb986031021865232012712168b7..680f1b1a70fd5f760e26b8f245bce50cf95c6d07 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -119,6 +119,18 @@ "type": "tarball",
"url": "https://notabug.org/irdvo/gpxtools/archive/b989f357abb9f9b694cbe95081dd8d1094019233.tar.gz",
"url_template": "https://notabug.org/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"description": "OpenOrienteering Mapper is a software for creating maps for the orienteering sport.",
"homepage": "https://www.openorienteering.org/apps/mapper/",
"owner": "OpenOrienteering",
"repo": "mapper",
"rev": "3c943cf1e11fe3b0268d2aea7b5365ffc1811bfa",
"sha256": "1ndwwp3vhm83z9xmq7k9w3l61rkc7g150ljw5r3y71bf594h5d14",
"type": "tarball",
"url": "https://github.com/OpenOrienteering/mapper/archive/3c943cf1e11fe3b0268d2aea7b5365ffc1811bfa.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"mbutil": {
"branch": "master",
"description": "Importer and Exporter of MBTiles",
diff --git a/pkgs/openorienteering-mapper/default.nix b/pkgs/openorienteering-mapper/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..4228a8e1a2c6ceb423a3eb02487f5fb8b8af54c1
--- /dev/null
+++ b/pkgs/openorienteering-mapper/default.nix
@@ -0,0 +1,59 @@
+{ stdenv, gdal, cmake, ninja, proj, clipper, zlib, qtbase, qttools, qtlocation
+, qtsensors, doxygen, cups, wrapQtAppsHook, qtimageformats, mapper }:
+stdenv.mkDerivation rec {
+}
application/octet-stream
This content has been proxied by September (3851b).