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
co-authored by Sandro
parent 30a09ae9ac
commit 172592df33
@@ -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 = {