mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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 @@ (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.")))
|
||||
|
|
Loading…
Reference in a new issue