From bd9174860c5468970f7d154e646def470255ea1d Mon Sep 17 00:00:00 2001 From: Thomas Danckaert Date: Sat, 5 Nov 2016 21:18:13 +0100 Subject: 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))) -- cgit v1.2.3 ' href='/guix/log/gnu/packages/mingw.scm'>logtreecommitdiff
AgeCommit message (Expand)Author
2023-09-17gnu: Remove extraneous imports....Maxim Cournoyer
2023-08-18gnu: mingw-w64-tools: Update to 11.0.1....fanquake
2023-08-18gnu: mingw-w64: Update to 11.0.1....fanquake
2023-07-18gnu: mingw-w64-tools: Update to 11.0.0....fanquake
2023-07-18gnu: mingw: Update to 11.0.0....fanquake
2022-08-03gnu: mingw-w64-tools: Update to 10.0.0....Kaelyn Takata
2022-08-03gnu: mingw: Update to 10.0.0....Kaelyn Takata