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
, etuples
, logical-unification
, py
, pytestCheckHook
, pytest-html
}:
@ -30,6 +31,7 @@ buildPythonPackage rec {
];
checkInputs = [
py
pytestCheckHook
pytest-html
];