python312Packages.itk: unbreak (#385166)

This commit is contained in:
Weijia Wang
2025-03-14 10:01:25 +01:00
committed by GitHub
+1
View File
@@ -6662,6 +6662,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;
});