cvs2svn: use more universal reference to interpreter
This commit is contained in:
committed by
Robert Schütz
parent
1b0cbc273a
commit
2cd29223ca
@@ -16,7 +16,7 @@ pypy2Packages.buildPythonApplication rec {
|
||||
|
||||
checkInputs = [ subversion git breezy ];
|
||||
|
||||
checkPhase = "pypy2 run-tests.py";
|
||||
checkPhase = "${pypy2Packages.python.interpreter} run-tests.py";
|
||||
|
||||
doCheck = false; # Couldn't find node 'transaction...' in expected output tree
|
||||
|
||||
|
||||
Reference in New Issue
Block a user