Merge pull request #202889 from dotlambda/py3c-python3
This commit is contained in:
commit
bbb556918d
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, python2, python3 }:
|
{ lib, stdenv, fetchFromGitHub, python3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "py3c";
|
pname = "py3c";
|
||||||
@ -25,10 +25,11 @@ stdenv.mkDerivation rec {
|
|||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
python2
|
|
||||||
python3
|
python3
|
||||||
];
|
];
|
||||||
|
|
||||||
|
checkTarget = "test-python";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/encukou/py3c";
|
homepage = "https://github.com/encukou/py3c";
|
||||||
description = "Python 2/3 compatibility layer for C extensions";
|
description = "Python 2/3 compatibility layer for C extensions";
|
||||||
|
Loading…
Reference in New Issue
Block a user