This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1b319a7e30 gnu: texmacs: Add qtwayland-5.
1b319a7e30 is described below

commit 1b319a7e3056de47e5eb5702c73554392b8c474a
Author: Danny Milosavljevic <dan...@friendly-machines.com>
AuthorDate: Thu Dec 12 06:39:34 2024 +0100

    gnu: texmacs: Add qtwayland-5.
    
    * gnu/packages/text-editors.scm (texmacs)[inputs]: Add qtwayland-5.
    (texmacs-guile3)[inputs]: Add qtwayland-5.
    (mogan)[inputs]: Add qtwayland-5.
    
    Change-Id: Ia5cebcff38059533c7add3bcc3c764cb5df1816e
---
 gnu/packages/text-editors.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 683a588495..f356c306dd 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1098,6 +1098,7 @@ editors.")
            python-wrapper
            qtbase-5
            qtsvg-5
+           qtwayland-5
            sqlite))
     (arguments
      (list
@@ -1148,6 +1149,7 @@ Octave.  TeXmacs is completely extensible via Guile.")
            python-wrapper
            qtbase-5
            qtsvg-5
+           qtwayland-5
            sqlite))))
 
 (define-public mogan

Reply via email to