Back to python 3.12?
This commit is contained in:
parent
a71d92d118
commit
529bff3606
|
@ -26,10 +26,10 @@ let
|
||||||
|
|
||||||
patchedpython = (pkgs.symlinkJoin {
|
patchedpython = (pkgs.symlinkJoin {
|
||||||
name = "python";
|
name = "python";
|
||||||
paths = [ pkgs.python313 ];
|
paths = [ pkgs.python312 ];
|
||||||
buildInputs = [ pkgs.makeWrapper ];
|
buildInputs = [ pkgs.makeWrapper ];
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
wrapProgram "$out/bin/python3.13" --prefix ${wrapPrefix} : "${pythonldlibpath}"
|
wrapProgram "$out/bin/python3.12" --prefix ${wrapPrefix} : "${pythonldlibpath}"
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in New Issue