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 3d3556ace0 gnu: texmacs: Make it find qtwayland plugin at runtime.
3d3556ace0 is described below

commit 3d3556ace06571f60ff9ffd23c5cf2bf75ca1321
Author: Danny Milosavljevic <dan...@friendly-machines.com>
AuthorDate: Thu Dec 12 07:17:22 2024 +0100

    gnu: texmacs: Make it find qtwayland plugin at runtime.
    
    * gnu/packages/text-editors.scm (texmacs)[build-system]: Change to 
qt-build-system.
    (texmacs-guile3)[build-system]: Change to qt-build-system.
    
    Change-Id: Ic7b2af22d146f757a54c3ee6d56969493a561aab
---
 gnu/packages/text-editors.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index f356c306dd..4d53c7a530 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1086,7 +1086,7 @@ editors.")
         (base32 "11l1q5lmsj9g7yil1dn7n1cgsr8iikx59kg9riahpb6xw0p959l7"))
        (patches
         (search-patches "texmacs-wayland-hidpi.patch"))))
-    (build-system cmake-build-system)
+    (build-system qt-build-system)
     (native-inputs
      (list pkg-config xdg-utils))       ;for xdg-icon-resource
     (inputs

Reply via email to