diff --git a/pkgs/development/python-modules/unicodedata2/default.nix b/pkgs/development/python-modules/unicodedata2/default.nix index 25dcbd7c37f3..972aa3093a8c 100644 --- a/pkgs/development/python-modules/unicodedata2/default.nix +++ b/pkgs/development/python-modules/unicodedata2/default.nix @@ -21,6 +21,10 @@ buildPythonPackage rec { pytestCheckHook ]; + pythonImportsCheck = [ + "unicodedata2" + ]; + meta = with lib; { description = "Backport and updates for the unicodedata module"; homepage = "https://github.com/mikekap/unicodedata2";