summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-01-29 17:27:05 -0500
committerLeo Famulari <leo@famulari.name>2022-01-29 17:31:17 -0500
commitf8bfb2d85682dcabe56a4b1b0f25d566a0abbd2b (patch)
treea336ba4d0adf96c2ada260f4b7fef56eb06b0f05
parent07f45615c3600dd1405349a4f7c775394fbfd40d (diff)
downloadguix-patches-f8bfb2d85682dcabe56a4b1b0f25d566a0abbd2b.tar
guix-patches-f8bfb2d85682dcabe56a4b1b0f25d566a0abbd2b.tar.gz
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.
-rw-r--r--gnu/packages/tex.scm2
1 files changed, 1 insertions, 1 deletions
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/")