guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

26/143: gnu: materialdecoration: Remove input labels.


From: guix-commits
Subject: 26/143: gnu: materialdecoration: Remove input labels.
Date: Mon, 21 Nov 2022 16:10:42 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit fd5d0309ea1ce58dc8403bcd0a41f7f0febba504
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Wed Sep 28 11:14:35 2022 +0200

    gnu: materialdecoration: Remove input labels.
    
    * gnu/packages/qt.scm (materialdecoration): Remove input labels.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/qt.scm | 8 ++++----
 1 file 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]