mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
py3c: pin to python311
Imports distutils and now activity on the repo in the last year.
This commit is contained in:
parent
de245ec4a5
commit
cc6a59f1de
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user