[PATCH] add qtwayland-5 to kvantum

  • Open
  • quality assurance status badge
Details
One participant
  • Till Robin Zickel
Owner
unassigned
Submitted by
Till Robin Zickel
Severity
normal
T
T
Till Robin Zickel wrote on 8 Jun 2023 00:06
(address . guix-patches@gnu.org)
d63509ff-ecb8-b546-b686-7d7bcf0cdaaf@illegalaliensfrom.space
When defining QT_QPA_PLATFORM=wayland, kvantum will not start anymore
because it is missing the appropriate backend.
From 9c3f9804926712ff8fe6ab79565363137daa8a77 Mon Sep 17 00:00:00 2001
From: Till Robin Zickel <trzickel@illegalaliensfrom.space>
Date: Wed, 7 Jun 2023 23:54:31 +0200
Subject: [PATCH] gnu: kvantum: added input for wayland

* gnu/packages/qt.scm: added qtwayland-5 to kvantum inputs
---
gnu/packages/qt.scm | 1 +
1 file changed, 1 insertion(+)

Toggle diff (14 lines)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 1e5d29d9cf..6b8f46fb4e 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -227,6 +227,7 @@ (define-public kvantum
libxext
qtbase-5
qtsvg-5
+ qtwayland-5
qtx11extras))
(synopsis "SVG-based theme engine for Qt")
(description
--
2.37.0
?