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