me
/
guix
Archived
1
0
Fork 0

gnu: materialdecoration: Remove input labels.

* gnu/packages/qt.scm (materialdecoration): Remove input labels.

Signed-off-by: Marius Bakke <marius@gnu.org>
Petr Hodina 2022-09-28 11:14:35 +02:00 committed by Marius Bakke
parent b776efe1e4
commit fd5d0309ea
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 4 deletions

View File

@ -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.")