me
/
guix
Archived
1
0
Fork 0

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.
master
Leo Famulari 2022-01-29 17:27:05 -05:00
parent 07f45615c3
commit f8bfb2d856
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -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/")