diff --git a/default.nix b/default.nix
index d7f8f0b9af84e06a36d3600d684b3ff355ed473a..d5b04c2c8d526383e27eb2b30f3b21ad86b994fe 100644
--- a/default.nix
+++ b/default.nix
@@ -44,6 +44,9 @@ };
gpxtools = callPackage ./pkgs/gpxtools {
inherit (sources) gpxtools;
};
gt4gd = python3Packages.callPackage ./pkgs/gt4gd {
inherit (sources) google-translate-for-goldendict;
};
diff --git a/nix/sources.json b/nix/sources.json
index a02c8188bce63ff04e7e2885a936baa0386e40f2..4dfb608a6518c0dd175a9a82644dbcc522751410 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": "decompile Lingvo LSD dictionary to DSL",
"homepage": "",
"owner": "sv99",
"repo": "lsdreader",
"rev": "c78ab22e794f1fbfbc93ffb3ee7ae481f54dd8c2",
"sha256": "039biv10772zrw6s8a0ydgv9z995gw13wgvsr514ck9s6icxyddx",
"type": "tarball",
"url": "https://github.com/sv99/lsdreader/archive/c78ab22e794f1fbfbc93ffb3ee7ae481f54dd8c2.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"mapper": {
"branch": "master",
"description": "OpenOrienteering Mapper is a software for creating maps for the orienteering sport.",
diff --git a/pkgs/lsdreader/default.nix b/pkgs/lsdreader/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..e283d90bc9b9719b95ed1654b2ea769ad56bf028
--- /dev/null
+++ b/pkgs/lsdreader/default.nix
@@ -0,0 +1,17 @@
+{ lib, buildPythonApplication, lsdreader }:
+buildPythonApplication rec {
+}
application/octet-stream
This content has been proxied by September (3851b).