me
/
guix
Archived
1
0
Fork 0

gnu: Add poppler-qt6.

* gnu/packages/pdf.scm (poppler-qt6): New variable.

Change-Id: I02d64596d394956b6418993f24b10ebd607c4058
master
Zheng Junjie 2024-07-05 23:14:28 +08:00
parent 65239de983
commit 8b93c55e10
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 7 additions and 0 deletions

View File

@ -431,6 +431,13 @@ When present, Poppler is able to correctly render CJK and Cyrillic text.")
,@(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")