gnu: qtwayland: Remove input labels.
* gnu/packages/qt.scm (qtwayland)[inputs]: Remove labels.
This commit is contained in:
parent
88f976d160
commit
0a078b5a31
1 changed files with 12 additions and 12 deletions
|
@ -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.")))
|
||||||
|
|
Reference in a new issue