mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05: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:
parent
b776efe1e4
commit
fd5d0309ea
1 changed files with 4 additions and 4 deletions
|
@ -219,10 +219,10 @@ (define-public materialdecoration
|
|||
(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.")
|
||||
|
|
Loading…
Reference in a new issue