cvs2svn: switch to pypy2

This commit is contained in:
Michael Raskin 2022-01-12 13:18:38 +01:00
parent de1c2b096d
commit e0a15f263d

View File

@ -1,9 +1,9 @@
{ lib, fetchurl, makeWrapper
, python2Packages
, pypy2Packages
, cvs, subversion, git, breezy
}:
python2Packages.buildPythonApplication rec {
pypy2Packages.buildPythonApplication rec {
pname = "cvs2svn";
version = "2.5.0";
@ -16,7 +16,7 @@ python2Packages.buildPythonApplication rec {
checkInputs = [ subversion git breezy ];
checkPhase = "python run-tests.py";
checkPhase = "pypy2 run-tests.py";
doCheck = false; # Couldn't find node 'transaction...' in expected output tree