mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: poppler: Update to 21.06.1.
* gnu/packages/pdf.scm (poppler): Update to 21.06.1. [arguments]: Add "-DENABLE_BOOST=OFF" to #:configure-flags.
This commit is contained in:
parent
31aa0559a5
commit
be78dea4d3
1 changed files with 4 additions and 3 deletions
|
@ -222,14 +222,14 @@ (define-public flyer-composer-cli
|
|||
(define-public poppler
|
||||
(package
|
||||
(name "poppler")
|
||||
(version "21.05.0")
|
||||
(version "21.06.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://poppler.freedesktop.org/poppler-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"135x1p4jc7cym3an1g45q7blk14fyg8m7z20phai5b8gd1xm7zfs"))))
|
||||
"1d2xb57z0rpcs23mz7f53x5sz3hjql8qgvqn74d0hh6y09d9xc46"))))
|
||||
(build-system cmake-build-system)
|
||||
;; FIXME:
|
||||
;; use libcurl: no
|
||||
|
@ -261,6 +261,7 @@ (define-public poppler
|
|||
(lib (string-append out "/lib")))
|
||||
(list "-DENABLE_UNSTABLE_API_ABI_HEADERS=ON" ;to install header files
|
||||
"-DENABLE_ZLIB=ON"
|
||||
"-DENABLE_BOOST=OFF" ;disable Boost to save size
|
||||
(string-append "-DCMAKE_INSTALL_LIBDIR=" lib)
|
||||
(string-append "-DCMAKE_INSTALL_RPATH=" lib)))))
|
||||
(synopsis "PDF rendering library")
|
||||
|
|
Loading…
Reference in a new issue