gnu: poppler-qt5: Use modular qt.

* gnu/packages/pdf.scm (poppler-qt)[inputs]: Add qtbase. Remove qt.
master
David Craven 2016-08-15 20:53:28 +02:00
parent 65741ea1bc
commit 132978615e
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 1 additions and 1 deletions

View File

@ -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")))