petsc: add pythonSupport to passthru attributes

This commit is contained in:
qbisi
2025-03-18 20:48:05 +08:00
parent 84a09d48d8
commit 9ced50e8f8
+1 -1
View File
@@ -177,7 +177,7 @@ stdenv.mkDerivation rec {
nativeInstallCheckInputs = [ mpiCheckPhaseHook ];
passthru = {
inherit mpiSupport;
inherit mpiSupport pythonSupport;
};
setupHook = ./setup-hook.sh;