python313Packages.itk: bump GCC to 13
This commit is contained in:
parent
0a7836def9
commit
5b6ae0b1b4
@ -7227,7 +7227,7 @@ self: super: with self; {
|
||||
enablePython = true;
|
||||
enableRtk = false;
|
||||
stdenv =
|
||||
if stdenv.cc.isGNU then pkgs.stdenvAdapters.useLibsFrom stdenv pkgs.gcc12Stdenv else stdenv;
|
||||
if stdenv.cc.isGNU then pkgs.stdenvAdapters.useLibsFrom stdenv pkgs.gcc13Stdenv else stdenv;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user