From f52b9043dc8099213ae25acbb7e0453f1e2e8bf8 Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Tue, 28 Jun 2022 13:47:42 +0200 Subject: [PATCH 7/7] gnu: qtwayland: Remove input labels. * gnu/packages/qt.scm (qtwayland): Remove input labels. diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index e9af893fba..8cbe916fd5 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1034,18 +1034,18 @@ (define-public qtwayland (native-inputs (list glib perl pkg-config qtdeclarative)) (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."))) -- 2.36.1