diff --git a/pkgs/default.nix b/pkgs/default.nix
index f149422226577572fe136e4624693e69fee83e85..344d175c8c7b083813f410a189c374876806ee8b 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -268,7 +268,6 @@ i18n-editor-bin = callPackage ./linguistics/i18n-editor { jre = pkgs.jdk11; };
lsdreader = callPackage ./linguistics/lsdreader { };
mikatools = callPackage ./linguistics/mikatools { };
odict = callPackage ./linguistics/odict { };
python-hfst = callPackage ./linguistics/python-hfst { };
pytorchtext = callPackage ./linguistics/pytorchtext { };
redict = libsForQt5.callPackage ./linguistics/redict { };
diff --git a/pkgs/linguistics/opendict/0001-fix-makefile.patch b/pkgs/linguistics/opendict/0001-fix-makefile.patch
deleted file mode 100644
index 5870396c72897187531849b97b8b45c0bb18c2b7..0000000000000000000000000000000000000000
--- a/pkgs/linguistics/opendict/0001-fix-makefile.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git i/Makefile w/Makefile
-index 80654d8..bf634c3 100644
---- i/Makefile
-+++ w/Makefile
-@@ -30,12 +30,11 @@ install:
-- cp opendict.py $(opendictdir)
-- chmod a+rx $(opendictdir)/opendict.py
-+ mkdir -p $(bindir)
-+ cp opendict.py $(bindir)/opendict
-+ chmod a+rx $(bindir)/opendict
-- mkdir -p $(bindir)
-- ln -sf $(opendictdir)/opendict.py $(bindir)/opendict
diff --git a/pkgs/linguistics/opendict/default.nix b/pkgs/linguistics/opendict/default.nix
deleted file mode 100644
index 4c00c1c1c607ad181cbec3f77571efcb310bddc6..0000000000000000000000000000000000000000
--- a/pkgs/linguistics/opendict/default.nix
+++ /dev/null
@@ -1,33 +0,0 @@
-{ lib, fetchFromGitHub, python2Packages, gettext }:
-python2Packages.buildPythonApplication rec {
-}
application/octet-stream
This content has been proxied by September (3851b).