Archived
1
0
Fork 0

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 @@ set of plugins for interacting with pulseaudio and GStreamer.")
(native-inputs (native-inputs
(list glib perl pkg-config qtdeclarative-5)) (list glib perl pkg-config qtdeclarative-5))
(inputs (inputs
`(("fontconfig" ,fontconfig) (list fontconfig
("freetype" ,freetype) freetype
("libx11" ,libx11) libx11
("libxcomposite" ,libxcomposite) libxcomposite
("libxext" ,libxext) libxext
("libxkbcommon" ,libxkbcommon) libxkbcommon
("libxrender" ,libxrender) libxrender
("mesa" ,mesa) mesa
("mtdev" ,mtdev) mtdev
("qtbase" ,qtbase-5) qtbase-5
("vulkan-headers" ,vulkan-headers) vulkan-headers
("wayland" ,wayland))) wayland))
(synopsis "Qt Wayland module") (synopsis "Qt Wayland module")
(description "The Qt Wayland module provides the QtWayland client and (description "The Qt Wayland module provides the QtWayland client and
compositor libraries."))) compositor libraries.")))