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
parent
07f45615c3
commit
f8bfb2d856
|
@ -7581,7 +7581,7 @@ PDF documents.")
|
||||||
(string-append "METAINFODIR=" out "/share/metainfo")
|
(string-append "METAINFODIR=" out "/share/metainfo")
|
||||||
"texmaker.pro")))))))
|
"texmaker.pro")))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list poppler-qt5 qtbase-5 qtscript qtwebkit zlib))
|
(list poppler-qt5 qtbase-5 qtscript zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(home-page "http://www.xm1math.net/texmaker/")
|
(home-page "http://www.xm1math.net/texmaker/")
|
||||||
|
|
Reference in New Issue