How to install adios4dolfinx on Spack?

Hi, I am currently trying to install adios4dolfinx on Spack. Now I have already installed dolfinx, petsc, and adios2 through this:

spack:
  # add package specs to the `specs` list
  specs:
  - fenics-dolfinx+petsc+adios2
  - py-fenics-dolfinx ^openmpi@4.1.6 ^petsc+complex cflags="-O3" fflags="-O3 -ffree-line-length-none" +hypre +mumps ^fenics-dolfinx+adios2
  view: true
  concretizer:
    unify: true

How can I continue to install adios4dolfinx? Thanks!

It is currently a bit painful due to a bug in adios2 (see; ModuleNotFoundError: No module named 'adios2' · Issue #158 · jorgensd/adios4dolfinx · GitHub) for context and workaround.