guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: texmaker: Don't depend on QtWebKit.


From: guix-commits
Subject: branch master updated: gnu: texmaker: Don't depend on QtWebKit.
Date: Sat, 29 Jan 2022 17:32:07 -0500

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f8bfb2d856 gnu: texmaker: Don't depend on QtWebKit.
f8bfb2d856 is described below

commit f8bfb2d85682dcabe56a4b1b0f25d566a0abbd2b
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Jan 29 17:27:05 2022 -0500

    gnu: texmaker: Don't depend on QtWebKit.
    
    The program stopped using QtWebKit in version 5.0.
    
    See <https://issues.guix.gnu.org/53289> for more information about this 
change.
    
    * gnu/packages/tex.scm (texmaker)[inputs]: Remove qtwebkit.
---
 gnu/packages/tex.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5ee1c3e071..95ff37ca6a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7581,7 +7581,7 @@ PDF documents.")
                        (string-append "METAINFODIR=" out "/share/metainfo")
                        "texmaker.pro")))))))
     (inputs
-     (list poppler-qt5 qtbase-5 qtscript qtwebkit zlib))
+     (list poppler-qt5 qtbase-5 qtscript zlib))
     (native-inputs
      (list pkg-config))
     (home-page "http://www.xm1math.net/texmaker/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]