From bd9174860c5468970f7d154e646def470255ea1d Mon Sep 17 00:00:00 2001 From: Thomas Danckaert Date: Sat, 5 Nov 2016 21:18:13 +0100 Subject: [PATCH] gnu: texmaker: Use modular qt and qtwebkit. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/tex.scm (texmaker)[inputs]: Use modular qt and qtwebkit. Signed-off-by: Ludovic Courtès --- gnu/packages/tex.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index c8114c2077..9186e4693a 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2016 Roel Janssen ;;; Copyright © 2016 Efraim Flashner ;;; Copyright © 2016 Federico Beffa +;;; Copyright © 2016 Thomas Danckaert ;;; ;;; This file is part of GNU Guix. ;;; @@ -439,7 +440,9 @@ PDF documents.") "texmaker.pro")))))))) (inputs `(("poppler-qt5" ,poppler-qt5) - ("qt" ,qt) + ("qtbase" ,qtbase) + ("qtscript" ,qtscript) + ("qtwebkit" ,qtwebkit) ("zlib" ,zlib))) (native-inputs `(("pkg-config" ,pkg-config)))