guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 18584ffe7567bca73ad96dec2390adf3335ccfaf
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Mon Jan 12 21:34:52 2026 +0100

    gnu: kristall: Add Wayland.
    
    * gnu/packages/web-browsers.scm (kristall)[inputs]: Add qtwayland-5.
    
    Change-Id: Ie39edbd61cdb226fd3111f4c8fb48e901a54028e
---
 gnu/packages/web-browsers.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 89c416ed89..c7ff03a34d 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -536,7 +536,8 @@ systems intended primarily for local access.")
              openssl
              qtbase-5
              qtmultimedia-5
-             qtsvg-5))
+             qtsvg-5
+             qtwayland-5))
       (home-page "https://kristall.random-projects.net";)
       (synopsis "Small-internet graphical client")
       (description "Graphical small-internet client with with many features

Reply via email to