python313Packages.itk: bump GCC to 13

This commit is contained in:
Emily
2025-08-17 01:08:24 +01:00
parent 0a7836def9
commit 5b6ae0b1b4
+1 -1
View File
@@ -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;
}
);