From d1fe50a4ac1a4048a39d1e557b4ecdeefd09c3f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 23 Mar 2022 10:13:31 +0100 Subject: [PATCH] python39Packages.zstandard: add pythonImportsCheck --- pkgs/development/python-modules/zstandard/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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";