diff --git a/pkgs/development/python-modules/wikitextprocessor/default.nix b/pkgs/development/python-modules/wikitextprocessor/default.nix
index cf10ea6061a50744d171ab3269e1e1b63371e5d9..35ab71cfff33ee951aa81f3886896a565767618c 100644
--- a/pkgs/development/python-modules/wikitextprocessor/default.nix
+++ b/pkgs/development/python-modules/wikitextprocessor/default.nix
@@ -1,4 +1,4 @@
-{ lib, python3Packages, fetchFromGitHub, lru-dict }:
+{ lib, stdenv, python3Packages, fetchFromGitHub, lru-dict }:
python3Packages.buildPythonApplication rec {
pname = "wikitextprocessor";
@@ -14,6 +14,11 @@
propagatedBuildInputs = with python3Packages; [ lupa dateparser lru-dict ];
checkInputs = with python3Packages; [ pytestCheckHook ];
meta = with lib; {
description = "Parser and expander for Wikipedia, Wiktionary etc. dump files, with Lua execution support";
application/octet-stream
This content has been proxied by September (3851b).