me
/
guix
Archived
1
0
Fork 0

gnu: poppler: Use new input style.

* gnu/packages/pdf.scm (poppler)[inputs]: Drop labels.
master
Liliana Marie Prikler 2022-02-06 00:14:59 +01:00
parent 6c4c0f16a6
commit d5f8bfcd14
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 12 additions and 13 deletions

View File

@ -235,19 +235,18 @@ please install the @code{flyer-composer-gui} package.")))
(build-system cmake-build-system)
;; FIXME:
;; use libcurl: no
(inputs `(("fontconfig" ,fontconfig)
("freetype" ,freetype)
("libjpeg" ,libjpeg-turbo)
("libpng" ,libpng)
("libtiff" ,libtiff)
("lcms" ,lcms)
("openjpeg" ,openjpeg)
("poppler-data", poppler-data)
("zlib" ,zlib)
(inputs (list fontconfig
freetype
libjpeg-turbo
libpng
libtiff
lcms
openjpeg
poppler-data
zlib
;; To build poppler-glib (as needed by Evince), we need Cairo and
;; GLib. But of course, that Cairo must not depend on Poppler.
("cairo" ,cairo-sans-poppler)))
cairo-sans-poppler))
(propagated-inputs
;; As per poppler-cairo and poppler-glib.pc.
;; XXX: Ideally we'd propagate Cairo too, but that would require a