python3Packages.firedrake: add dependency immutabledict explicitly

This commit is contained in:
qbisi
2025-10-16 06:32:23 +08:00
parent fe869e0b47
commit e19b94030a
@@ -36,6 +36,7 @@
sympy,
islpy,
matplotlib,
immutabledict,
# tests
pytest,
@@ -129,6 +130,8 @@ buildPythonPackage rec {
sympy
# required by script spydump
matplotlib
# required by pyop2
immutabledict
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
islpy