icnsutil: use python3.interpreter

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Randy Eckenrode 2022-02-28 10:20:36 -05:00 committed by GitHub
parent 30a09ae9ac
commit 172592df33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,8 @@ python3Packages.buildPythonPackage rec {
doCheck = true;
checkPhase = ''
${python3Packages.python}/bin/python3 tests/test_icnsutil.py
${python3Packages.python}/bin/python3 tests/test_cli.py
${python3.interpreter} tests/test_icnsutil.py
${python3.interpreter} tests/test_cli.py
'';
meta = {