python3Packages.itk: useLibsFrom stdenv gcc12Stdenv

This commit is contained in:
Ben Darwin
2025-02-25 15:07:03 -05:00
parent 6b40543602
commit 074f661685
+1
View File
@@ -6602,6 +6602,7 @@ self: super: with self; {
inherit python numpy;
enablePython = true;
enableRtk = false;
stdenv = if stdenv.cc.isGNU then pkgs.stdenvAdapters.useLibsFrom stdenv pkgs.gcc12Stdenv else stdenv;
});