Commit e19b9403 authored by qbisi's avatar qbisi
Browse files

python3Packages.firedrake: add dependency immutabledict explicitly

parent fe869e0b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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