~ruther/guix-local

b26b379a28911ba5bf89a083522863f83bce068e — John Kehayias 2 months ago fbef54a
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
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/gl.scm
M gnu/packages/gl.scm => gnu/packages/gl.scm +1 -1
@@ 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