guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b26b379a28911ba5bf89a083522863f83bce068e
Author: John Kehayias <[email protected]>
AuthorDate: Wed Dec 3 23:38:16 2025 -0500
gnu: glad: Use xvfb-run-for-tests.
This prevents xorg-server from having over 1,000 dependents.
* gnu/packages/gl.scm (glad)[native-inputs]: Use xvfb-run-for-tests instead
of
xvfb-run.
Change-Id: I6b2fea1ba92395eef08fab77e5225b2abd95a954
---
gnu/packages/gl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index b828992a55..9e3fa01898 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -266,7 +266,7 @@ generate a GL/GLES/EGL/GLX/WGL loader tailored for specific
requirements.")
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "xvfb-run" "utility/test.sh"))))))))
- (native-inputs (list python-setuptools python-wheel xvfb-run))
+ (native-inputs (list python-setuptools python-wheel xvfb-run-for-tests))
(propagated-inputs (list python-jinja2))))
(define-public s2tc