diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 1691086e1a..d42903cc8f 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -518,6 +518,7 @@ (define-public mesa (list (search-path-specification ;; Ensure the Mesa VDPAU drivers can be found. (variable "VDPAU_DRIVER_PATH") + (separator #f) (files '("lib/vdpau"))))) (home-page "https://mesa3d.org/") (synopsis "OpenGL and Vulkan implementations")