Skip to content

Commit aa6ff32

Browse files
committed
artdaq-mfextensions needs the gui component of qt
1 parent 6acd6f4 commit aa6ff32

File tree

1 file changed

+1
-1
lines changed
  • spack_repo/artdaq_spack/packages/artdaq_mfextensions

1 file changed

+1
-1
lines changed

spack_repo/artdaq_spack/packages/artdaq_mfextensions/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def url_for_version(self, version):
8080
)
8181

8282
depends_on("cetmodules@3.26.00:", type="build")
83-
depends_on("qt@5.15:")
83+
depends_on("qt@5.15:+gui")
8484
depends_on("librdkafka", when="+kafka")
8585
depends_on("curl", when="+curl")
8686

0 commit comments

Comments
 (0)