me
/
guix
Archived
1
0
Fork 0

gnu: qtwayland: Remove input labels.

* gnu/packages/qt.scm (qtwayland)[inputs]: Remove labels.
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
1 changed files with 12 additions and 12 deletions

View File

@ -1483,18 +1483,18 @@ set of plugins for interacting with pulseaudio and GStreamer.")
(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.")))