py3c: pin to python311

Imports distutils and now activity on the repo in the last year.
This commit is contained in:
Martin Weinelt 2024-06-25 13:02:01 +02:00
parent de245ec4a5
commit cc6a59f1de
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, python3 }:
{ lib, stdenv, fetchFromGitHub, python311 }:
stdenv.mkDerivation rec {
pname = "py3c";
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
doCheck = true;
nativeCheckInputs = [
python3
python311
];
checkTarget = "test-python";