mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01:00
Revert "gnu: qpdf: Update to 11.9.1."
This reverts commit 2804ca7cb7
.
This commit causes more than 4000 rebuilds per architecture.
This commit is contained in:
parent
2804ca7cb7
commit
dbe1711a3a
1 changed files with 2 additions and 2 deletions
|
@ -933,14 +933,14 @@ line tools for batch rendering @command{pdfdraw}, rewriting files
|
|||
(define-public qpdf
|
||||
(package
|
||||
(name "qpdf")
|
||||
(version "11.9.1")
|
||||
(version "11.8.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/qpdf/qpdf/" version
|
||||
"/qpdf-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1l8k1ls5kclizrglay3r64i9dgckvksjwxxr8v0jfyjnz54d591b"))))
|
||||
"0n8jfk4yf0m36rs9lg82pj9lv6pdqpfh8mhacc1ih9ahpigiycnr"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~'("-DBUILD_STATIC_LIBS=OFF")))
|
||||
|
|
Loading…
Add table
Reference in a new issue