diff --git a/pkgs/linguistics/wikitextprocessor/default.nix b/pkgs/linguistics/wikitextprocessor/default.nix
index 09877a55216132232df8b8eedb17c82ee580df3e..55c6232d043cf000e320645dc6127f1af40a780c 100644
--- a/pkgs/linguistics/wikitextprocessor/default.nix
+++ b/pkgs/linguistics/wikitextprocessor/default.nix
@@ -1,6 +1,6 @@
{ lib, stdenv, python3Packages, fetchFromGitHub, lru-dict }:
-python3Packages.buildPythonApplication rec {
+python3Packages.buildPythonPackage rec {
pname = "wikitextprocessor";
version = "0.4.95";
@@ -15,7 +15,9 @@ propagatedBuildInputs = with python3Packages; [ lupa dateparser lru-dict ];
checkInputs = with python3Packages; [ pytestCheckHook ];
"test_long_twothread"
"test_expr29"
];
application/octet-stream
This content has been proxied by September (3851b).