mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-08-07 05:31:32 +02:00
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:
committed by
Marius Bakke
parent
b776efe1e4
commit
fd5d0309ea
+4
-4
@@ -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
Block a user