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) (build-system cmake-build-system)
;; FIXME: ;; FIXME:
;; use libcurl: no ;; use libcurl: no
(inputs `(("fontconfig" ,fontconfig) (inputs (list fontconfig
("freetype" ,freetype) freetype
("libjpeg" ,libjpeg-turbo) libjpeg-turbo
("libpng" ,libpng) libpng
("libtiff" ,libtiff) libtiff
("lcms" ,lcms) lcms
("openjpeg" ,openjpeg) openjpeg
("poppler-data", poppler-data) poppler-data
("zlib" ,zlib) zlib
;; To build poppler-glib (as needed by Evince), we need Cairo and ;; To build poppler-glib (as needed by Evince), we need Cairo and
;; GLib. But of course, that Cairo must not depend on Poppler. ;; GLib. But of course, that Cairo must not depend on Poppler.
("cairo" ,cairo-sans-poppler))) cairo-sans-poppler))
(propagated-inputs (propagated-inputs
;; As per poppler-cairo and poppler-glib.pc. ;; As per poppler-cairo and poppler-glib.pc.
;; XXX: Ideally we'd propagate Cairo too, but that would require a ;; XXX: Ideally we'd propagate Cairo too, but that would require a