From e19b94030a2da80a67bb9c2af14779d51b78bcc6 Mon Sep 17 00:00:00 2001 From: qbisi Date: Thu, 16 Oct 2025 06:32:23 +0800 Subject: [PATCH] python3Packages.firedrake: add dependency immutabledict explicitly --- pkgs/development/python-modules/firedrake/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/firedrake/default.nix b/pkgs/development/python-modules/firedrake/default.nix index 645bf8ae82ff..4788e344cf05 100644 --- a/pkgs/development/python-modules/firedrake/default.nix +++ b/pkgs/development/python-modules/firedrake/default.nix @@ -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