python3Packages.humblewx: use correct interpreter
This commit is contained in:
parent
c9cbdf6b31
commit
545be00e30
@ -2,7 +2,7 @@
|
||||
, fetchFromGitHub
|
||||
, buildPythonPackage
|
||||
, wxPython_4_0
|
||||
, python3
|
||||
, python
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
for i in examples/*; do
|
||||
${python3.interpreter} $i
|
||||
${python.interpreter} $i
|
||||
done
|
||||
runHook postCheck
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user