python3Package.wand: Pass py into checkInputs
This commit is contained in:
parent
3df6d8d54d
commit
303517701e
@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, imagemagickBig
|
||||
, py
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
@ -22,6 +23,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
checkInputs = [
|
||||
py
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user