python3Packages.minikanren: Pass py into checkInputs

This commit is contained in:
Martin Weinelt 2023-01-03 16:11:58 +01:00
parent 70bc1fbeb7
commit f89b878da5

View file

@ -6,6 +6,7 @@
, multipledispatch , multipledispatch
, etuples , etuples
, logical-unification , logical-unification
, py
, pytestCheckHook , pytestCheckHook
, pytest-html , pytest-html
}: }:
@ -30,6 +31,7 @@ buildPythonPackage rec {
]; ];
checkInputs = [ checkInputs = [
py
pytestCheckHook pytestCheckHook
pytest-html pytest-html
]; ];