diff --git a/default.nix b/default.nix
index d5b04c2c8d526383e27eb2b30f3b21ad86b994fe..e59afcb8f64e0a9e6f64e5c4d2e61c8399dd2711 100644
--- a/default.nix
+++ b/default.nix
@@ -44,6 +44,9 @@ };
gpxtools = callPackage ./pkgs/gpxtools {
inherit (sources) gpxtools;
};
lsdreader = python3Packages.callPackage ./pkgs/lsdreader {
inherit (sources) lsdreader;
};
diff --git a/nix/sources.json b/nix/sources.json
index 4dfb608a6518c0dd175a9a82644dbcc522751410..b239f6d1a9fee2a764d3bae564232ba9b8224406 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": "Lingvo dictionaries decompiler",
"homepage": null,
"owner": "nongeneric",
"repo": "lsd2dsl",
"rev": "f7bce9c9b331603e1c29b775ca674c06f2df250c",
"sha256": "1sxf8kqlnazbg48sy8sp2i54jrh5i2k88jwskvcy09h1608yzbx5",
"type": "tarball",
"url": "https://github.com/nongeneric/lsd2dsl/archive/f7bce9c9b331603e1c29b775ca674c06f2df250c.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"lsdreader": {
"branch": "master",
"description": "decompile Lingvo LSD dictionary to DSL",
diff --git a/pkgs/lsd2dsl/default.nix b/pkgs/lsd2dsl/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..8ef87600b093f1f53a656c333cd1e9aea351ca57
--- /dev/null
+++ b/pkgs/lsd2dsl/default.nix
@@ -0,0 +1,36 @@
+{ lib, mkDerivation, cmake, boost, qtbase, qtwebkit
+, gtest, minizip, libsndfile, libvorbis, lsd2dsl }:
+mkDerivation rec {
--replace "-Werror " "" \
--replace "add_subdirectory(tests)" ""
+}
application/octet-stream
This content has been proxied by September (3851b).