diff --git a/pkgs/linguistics/wikitextprocessor/default.nix b/pkgs/linguistics/wikitextprocessor/default.nix
index 55c6232d043cf000e320645dc6127f1af40a780c..11f8363a2dd04065bd616d67649ccf0c4f51537a 100644
--- a/pkgs/linguistics/wikitextprocessor/default.nix
+++ b/pkgs/linguistics/wikitextprocessor/default.nix
@@ -2,13 +2,13 @@ { lib, stdenv, python3Packages, fetchFromGitHub, lru-dict }:
python3Packages.buildPythonPackage rec {
pname = "wikitextprocessor";
src = fetchFromGitHub {
owner = "tatuylonen";
repo = pname;
};
propagatedBuildInputs = with python3Packages; [ lupa dateparser lru-dict ];
diff --git a/pkgs/linguistics/wiktextract/default.nix b/pkgs/linguistics/wiktextract/default.nix
index b6ba1dbdbee888ffafff6a8d2558da0a1061993f..2577fe433c466669c98bcc047775884497804b76 100644
--- a/pkgs/linguistics/wiktextract/default.nix
+++ b/pkgs/linguistics/wiktextract/default.nix
@@ -8,13 +8,13 @@ };
in
python3Packages.buildPythonApplication rec {
pname = "wiktextract";
src = fetchFromGitHub {
owner = "tatuylonen";
repo = pname;
};
propagatedBuildInputs = with python3Packages; [ python-Levenshtein setuptools wikitextprocessor nltk ];
application/octet-stream
This content has been proxied by September (3851b).