From 0a078b5a31f0c93bbd97f153828da4c14fe3429a Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 10 Aug 2022 19:44:17 +0200 Subject: 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(-) (limited to 'gnu/packages/qt.scm') 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."))) -- cgit v1.2.3