lol

py3c: unpin python311

+3 -2
+3 -2
pkgs/by-name/py/py3c/package.nix
··· 2 2 lib, 3 3 stdenv, 4 4 fetchFromGitHub, 5 - python311, 5 + python3, 6 6 }: 7 7 8 8 stdenv.mkDerivation rec { ··· 30 30 doCheck = true; 31 31 32 32 nativeCheckInputs = [ 33 - python311 33 + python3 34 + python3.pkgs.distutils 34 35 ]; 35 36 36 37 checkTarget = "test-python";