Skip to content

Commit 949daad

Browse files
authored
python312Packages.itk: unbreak (#385166)
2 parents f5b0b28 + 074f661 commit 949daad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/top-level/python-packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6662,6 +6662,7 @@ self: super: with self; {
66626662
inherit python numpy;
66636663
enablePython = true;
66646664
enableRtk = false;
6665+
stdenv = if stdenv.cc.isGNU then pkgs.stdenvAdapters.useLibsFrom stdenv pkgs.gcc12Stdenv else stdenv;
66656666
});
66666667

66676668

0 commit comments

Comments
 (0)