From 78e6e5387a0aef73fc4b5abca4a260398a131d84 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Fri, 25 Aug 2023 01:08:00 +0000
Subject: [PATCH] fix: root +webgui with +opengl +x

---
 spack-environment/packages.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml
index ee8ef497b..c6ede6141 100644
--- a/spack-environment/packages.yaml
+++ b/spack-environment/packages.yaml
@@ -293,8 +293,8 @@ packages:
   root:
     require:
     - '@6.28.04'
-    - cxxstd=17 +fftw +fortran +gdml +http -ipo +mlp +pythia8 +root7 +tmva +vc -webgui +xrootd +ssl
-    - any_of: [+opengl +x, -opengl -x]
+    - cxxstd=17 +fftw +fortran +gdml +http -ipo +mlp +pythia8 +root7 +tmva +vc +xrootd +ssl
+    - any_of: [+opengl +webgui +x, -opengl -webgui -x]
   snakemake:
     require:
     - '@7.22.0'
-- 
GitLab