mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add poppler-qt6.
* gnu/packages/pdf.scm (poppler-qt6): New variable. Change-Id: I02d64596d394956b6418993f24b10ebd607c4058
This commit is contained in:
parent
65239de983
commit
8b93c55e10
1 changed files with 7 additions and 0 deletions
|
@ -431,6 +431,13 @@ (define-public poppler-qt5
|
|||
,@(package-inputs poppler)))
|
||||
(synopsis "Qt5 frontend for the Poppler PDF rendering library")))
|
||||
|
||||
(define-public poppler-qt6
|
||||
(package/inherit poppler
|
||||
(name "poppler-qt6")
|
||||
(inputs (modify-inputs (package-inputs poppler)
|
||||
(append qtbase)))
|
||||
(synopsis "Qt6 frontend for the Poppler PDF rendering library")))
|
||||
|
||||
(define-public python-poppler-qt5
|
||||
(package
|
||||
(name "python-poppler-qt5")
|
||||
|
|
Loading…
Reference in a new issue