diff --git a/default.nix b/default.nix
index 6207118c59e7b4133e676e3ba38f93e18649d75a..de648a43fd55018ed63fba5f0b7cd14a8f74b482 100644
--- a/default.nix
+++ b/default.nix
@@ -65,9 +65,6 @@ };
gt-bash-client = callPackage ./pkgs/tools/gt-bash-client {
inherit (sources) gt-bash-client;
};
lsdreader = python3Packages.callPackage ./pkgs/tools/lsdreader {
inherit (sources) lsdreader;
};
diff --git a/nix/sources.json b/nix/sources.json
index ed3ae8910721abc7f8324b7eb294e9d8192e547f..41cbb6c64bb684e41848db645eb4d781f10a0f2b 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -191,18 +191,6 @@ "type": "tarball",
"url": "https://github.com/legionus/libshell/archive/b05a238290160d67c4253208b9c9523643c7471a.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"description": "Lingvo dictionaries decompiler",
"homepage": "https://rcebits.com/lsd2dsl/index.html",
"owner": "nongeneric",
"repo": "lsd2dsl",
"rev": "9700272c49ccf2658ab396d49b9098d685838f08",
"sha256": "0hs51ymh4pbmsz53ahrm7zkinxqlghbqyvavymkn59wflpm2hsxy",
"type": "tarball",
"url": "https://github.com/nongeneric/lsd2dsl/archive/9700272c49ccf2658ab396d49b9098d685838f08.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/tools/lsd2dsl/default.nix b/pkgs/tools/lsd2dsl/default.nix
deleted file mode 100644
index 18c2fa6d2d6390a2386bc1089adfe5ad84852990..0000000000000000000000000000000000000000
--- a/pkgs/tools/lsd2dsl/default.nix
+++ /dev/null
@@ -1,36 +0,0 @@
-{ 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).