diff options
author | Wouter Deconinck <wdconinc@gmail.com> | 2024-04-16 02:28:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 01:28:47 -0600 |
commit | 9a6c0133658ce0905ff1565160faea3fc69ba9b2 (patch) | |
tree | 86aece0c41b6a2f68902960809aa6604684a6030 /var | |
parent | 9f62a3e819011f826ff96851851e2ba54aaa7848 (diff) | |
download | spack-9a6c0133658ce0905ff1565160faea3fc69ba9b2.tar.gz spack-9a6c0133658ce0905ff1565160faea3fc69ba9b2.tar.bz2 spack-9a6c0133658ce0905ff1565160faea3fc69ba9b2.tar.xz spack-9a6c0133658ce0905ff1565160faea3fc69ba9b2.zip |
wayland: +doc requires graphviz +expat for HTML tables (#43668)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/wayland/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/wayland/package.py b/var/spack/repos/builtin/packages/wayland/package.py index 7b0d7eb3fb..488fbfe5a8 100644 --- a/var/spack/repos/builtin/packages/wayland/package.py +++ b/var/spack/repos/builtin/packages/wayland/package.py @@ -59,7 +59,7 @@ class Wayland(MesonPackage, AutotoolsPackage): depends_on("doxygen", type="build") depends_on("xmlto", type="build") depends_on("libxslt", type="build") - depends_on("graphviz+libgd", type="build") + depends_on("graphviz+expat+libgd", type="build") @when("build_system=autotools") def configure_args(self): |