diff --git a/pkgs/development/python-modules/zstandard/default.nix b/pkgs/development/python-modules/zstandard/default.nix index 856ca0ee0249..e7db418f8f27 100755 --- a/pkgs/development/python-modules/zstandard/default.nix +++ b/pkgs/development/python-modules/zstandard/default.nix @@ -20,6 +20,8 @@ buildPythonPackage rec { checkInputs = [ hypothesis ]; + pythonImportsCheck = [ "zstandard" ]; + meta = with lib; { description = "zstandard bindings for Python"; homepage = "https://github.com/indygreg/python-zstandard";