guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: qtwayland: Remove input labels.


From: guix-commits
Subject: 03/13: gnu: qtwayland: Remove input labels.
Date: Wed, 10 Aug 2022 18:24:33 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 0a078b5a31f0c93bbd97f153828da4c14fe3429a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Aug 10 19:44:17 2022 +0200

    gnu: qtwayland: Remove input labels.
    
    * gnu/packages/qt.scm (qtwayland)[inputs]: Remove labels.
---
 gnu/packages/qt.scm | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index be6665a57f..8814f7cfd8 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1483,18 +1483,18 @@ set of plugins for interacting with pulseaudio and 
GStreamer.")
     (native-inputs
      (list glib perl pkg-config qtdeclarative-5))
     (inputs
-     `(("fontconfig" ,fontconfig)
-       ("freetype" ,freetype)
-       ("libx11" ,libx11)
-       ("libxcomposite" ,libxcomposite)
-       ("libxext" ,libxext)
-       ("libxkbcommon" ,libxkbcommon)
-       ("libxrender" ,libxrender)
-       ("mesa" ,mesa)
-       ("mtdev" ,mtdev)
-       ("qtbase" ,qtbase-5)
-       ("vulkan-headers" ,vulkan-headers)
-       ("wayland" ,wayland)))
+     (list fontconfig
+           freetype
+           libx11
+           libxcomposite
+           libxext
+           libxkbcommon
+           libxrender
+           mesa
+           mtdev
+           qtbase-5
+           vulkan-headers
+           wayland))
     (synopsis "Qt Wayland module")
     (description "The Qt Wayland module provides the QtWayland client and
 compositor libraries.")))



reply via email to

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