From b26b379a28911ba5bf89a083522863f83bce068e Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Wed, 3 Dec 2025 23:38:16 -0500 Subject: [PATCH] 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 b828992a554006f26e9202c8f48ac19b5028e9be..9e3fa0189804528f31046efdf4cafadf84d9cff0 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