gnu: mesa: Fix VDPAU drivers path.

The VDPAU_DRIVER_PATH environment variable must contain only one directory.

* gnu/packages/gl.scm (mesa)[native-search-paths]: Fix specification for
  VDPAU_DRIVER_PATH.

Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Guillaume Le Vaillant 2023-06-13 13:10:43 +00:00 committed by John Kehayias
parent 6b903e2104
commit c7cf2efb7a
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -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")