mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
python313Packages.itk: bump GCC to 13
This commit is contained in:
@@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user