gnu: qtwayland: Remove input labels.

* gnu/packages/qt.scm (qtwayland)[inputs]: Remove labels.
This commit is contained in:
Marius Bakke 2022-08-10 19:44:17 +02:00
parent 88f976d160
commit 0a078b5a31
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1483,18 +1483,18 @@ (define-public qtwayland
(native-inputs
(list glib perl pkg-config qtdeclarative-5))
(inputs
`(("fontconfig" ,fontconfig)
("freetype" ,freetype)
("libx11" ,libx11)
("libxcomposite" ,libxcomposite)
("libxext" ,libxext)
("libxkbcommon" ,libxkbcommon)
("libxrender" ,libxrender)
("mesa" ,mesa)
("mtdev" ,mtdev)
("qtbase" ,qtbase-5)
("vulkan-headers" ,vulkan-headers)
("wayland" ,wayland)))
(list fontconfig
freetype
libx11
libxcomposite
libxext
libxkbcommon
libxrender
mesa
mtdev
qtbase-5
vulkan-headers
wayland))
(synopsis "Qt Wayland module")
(description "The Qt Wayland module provides the QtWayland client and
compositor libraries.")))