cvs2svn: use more universal reference to interpreter

main
Michael Raskin 2 years ago committed by Robert Schütz
parent 1b0cbc273a
commit 2cd29223ca
  1. 2
      pkgs/applications/version-management/cvs2svn/default.nix

@ -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

Loading…
Cancel
Save