Skip to content
Snippets Groups Projects
Unverified Commit bd917486 authored by Thomas Danckaert's avatar Thomas Danckaert Committed by Ludovic Courtès
Browse files

gnu: texmaker: Use modular qt and qtwebkit.


* gnu/packages/tex.scm (texmaker)[inputs]: Use modular qt and qtwebkit.

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent 47e1d280
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
;;; Copyright © 2016 Roel Janssen <roel@gnu.org> ;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Federico Beffa <beffa@fbengineering.ch> ;;; Copyright © 2016 Federico Beffa <beffa@fbengineering.ch>
;;; Copyright © 2016 Thomas Danckaert <post@thomasdanckaert.be>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
...@@ -439,7 +440,9 @@ (define-public texmaker ...@@ -439,7 +440,9 @@ (define-public texmaker
"texmaker.pro")))))))) "texmaker.pro"))))))))
(inputs (inputs
`(("poppler-qt5" ,poppler-qt5) `(("poppler-qt5" ,poppler-qt5)
("qt" ,qt) ("qtbase" ,qtbase)
("qtscript" ,qtscript)
("qtwebkit" ,qtwebkit)
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment