diff options
author | Petr Hodina <phodina@protonmail.com> | 2022-09-28 11:14:35 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-21 22:01:06 +0100 |
commit | fd5d0309ea1ce58dc8403bcd0a41f7f0febba504 (patch) | |
tree | ae2ea0fbc02d79d0915fffa50bfa027e09eb1d49 /gnu | |
parent | b776efe1e4e8fdd2d08dcf83362a032f34994c72 (diff) | |
download | guix-fd5d0309ea1ce58dc8403bcd0a41f7f0febba504.tar.gz |
gnu: materialdecoration: Remove input labels.
* gnu/packages/qt.scm (materialdecoration): Remove input labels. Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/qt.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 8cbb2c6a07..c37e718ba1 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -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.") |