python3Packages.firedrake: skip bulk update

This commit is contained in:
qbisi
2025-08-28 15:05:27 +08:00
parent 2a8910c3af
commit 7a61001ecb
@@ -170,6 +170,9 @@ buildPythonPackage rec {
'';
passthru = {
# python updater script sets the wrong tag
skipBulkUpdate = true;
tests = lib.optionalAttrs stdenv.hostPlatform.isLinux {
mpich = firedrake.override {
petsc4py = petsc4py.override { mpi = mpich; };