gnu: monado: Add additional inputs.

* gnu/packages/graphics.scm: (monado): [inputs]: Add package inputs.

Change-Id: Iaf1b0ff2c5c813afd4ea7077b288cffd2bce7bc0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
James Smith 2025-11-18 21:39:42 -07:00 committed by Ludovic Courtès
parent 8f77179f8c
commit 98ae0d381e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -91,6 +91,7 @@
#:use-module (gnu packages graphviz)
#:use-module (gnu packages gstreamer)
#:use-module (gnu packages gtk)
#:use-module (gnu packages hardware)
#:use-module (gnu packages haskell-xyz)
#:use-module (gnu packages icu4c)
#:use-module (gnu packages image)
@ -2962,13 +2963,18 @@ and enables interoperable use of content across the industry.")
(list ffmpeg
glslang
eudev
hidapi
libusb
libxcb
libxrandr
mesa
openhmd
openvr
python
v4l-utils
vulkan-loader))
vulkan-loader
wayland
wayland-protocols))
(native-inputs
(list eigen pkg-config vulkan-headers))
(home-page "https://monado.freedesktop.org/")