gnu: materialdecoration: Remove input labels.
* gnu/packages/qt.scm (materialdecoration): Remove input labels. Signed-off-by: Marius Bakke <marius@gnu.org>
parent
b776efe1e4
commit
fd5d0309ea
|
@ -219,10 +219,10 @@ window managers, that don't provide Qt integration by themselves.")
|
|||
(native-inputs
|
||||
(list cmake-shared extra-cmake-modules pkg-config))
|
||||
(inputs
|
||||
`(("qtbase" ,qtbase-5)
|
||||
("qtwayland" ,qtwayland-5)
|
||||
("wayland" ,wayland)
|
||||
("xkbcommon" ,libxkbcommon)))
|
||||
(list qtbase-5
|
||||
qtwayland-5
|
||||
wayland
|
||||
libxkbcommon))
|
||||
(synopsis "Material Decoration for Qt")
|
||||
(description "MaterialDecoration is a client-side decoration for Qt
|
||||
applications on Wayland.")
|
||||
|
|
Reference in New Issue