gnu: poppler-qt5: Use modular qt.
* gnu/packages/pdf.scm (poppler-qt)[inputs]: Add qtbase. Remove qt.
This commit is contained in:
parent
65741ea1bc
commit
132978615e
@ -120,7 +120,7 @@
|
||||
(define-public poppler-qt5
|
||||
(package (inherit poppler)
|
||||
(name "poppler-qt5")
|
||||
(inputs `(("qt" ,qt)
|
||||
(inputs `(("qtbase" ,qtbase)
|
||||
,@(package-inputs poppler)))
|
||||
(synopsis "Qt5 frontend for the Poppler PDF rendering library")))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user