Skip to content

Commit 074f661

Browse files
committed
python3Packages.itk: useLibsFrom stdenv gcc12Stdenv
1 parent 6b40543 commit 074f661

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
@@ -6602,6 +6602,7 @@ self: super: with self; {
66026602
inherit python numpy;
66036603
enablePython = true;
66046604
enableRtk = false;
6605+
stdenv = if stdenv.cc.isGNU then pkgs.stdenvAdapters.useLibsFrom stdenv pkgs.gcc12Stdenv else stdenv;
66056606
});
66066607

66076608

0 commit comments

Comments
 (0)