3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #154752 from 7c6f434c/tailor-pypy

tailor, cvs2svn: switch to pypy2
This commit is contained in:
7c6f434c 2022-01-12 12:50:02 +00:00 committed by GitHub
commit 7dfeb58537
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

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

View file

@ -1,6 +1,6 @@
{ fetchurl, python2Packages }:
{ fetchurl, pypy2Packages }:
python2Packages.buildPythonApplication rec {
pypy2Packages.buildPythonApplication rec {
pname = "tailor";
version = "0.9.35";