mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add poppler-qt5.
* gnu/packages/pdf.scm (poppler-qt5): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
524eee0298
commit
f22debacb4
1 changed files with 8 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
|
||||
;;; Copyright © 2014, 2015 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
|
||||
;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -109,6 +110,13 @@ (define-public poppler-qt4
|
|||
,@(package-inputs poppler)))
|
||||
(synopsis "Qt4 frontend for the Poppler PDF rendering library")))
|
||||
|
||||
(define-public poppler-qt5
|
||||
(package (inherit poppler)
|
||||
(name "poppler-qt5")
|
||||
(inputs `(("qt" ,qt)
|
||||
,@(package-inputs poppler)))
|
||||
(synopsis "Qt5 frontend for the Poppler PDF rendering library")))
|
||||
|
||||
(define-public python-poppler-qt4
|
||||
(package
|
||||
(name "python-poppler-qt4")
|
||||
|
|
Loading…
Reference in a new issue