diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-14 12:57:21 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-14 12:57:21 +0100 |
commit | aebba13c0bef5a58697f1a9fe8337967cc01300f (patch) | |
tree | 12156f0f2312df613cc554a220a6fd75450aa508 /gnu/packages/pdf.scm | |
parent | 747953c430039055140e29546ff50641da1ab440 (diff) | |
parent | bb4674b43fa413a6d41694b2093c3b00d11eea47 (diff) | |
download | guix-aebba13c0bef5a58697f1a9fe8337967cc01300f.tar.gz |
Merge branch 'staging'
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index b40940ecab..5a536141f5 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -677,26 +677,14 @@ line tools for batch rendering @command{pdfdraw}, rewriting files (define-public qpdf (package (name "qpdf") - (version "9.1.0") + (version "9.1.1") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/qpdf/qpdf/" version "/qpdf-" version ".tar.gz")) (sha256 (base32 - "0ygd80wxcmh613n04x2kmf8wlsl0drxyd5wwdcrm1rzj0xwvpfrs")) - (modules '((guix build utils))) - (snippet - ;; Replace shebang with the bi-lingual shell/Perl trick to remove - ;; dependency on Perl. - '(begin - (substitute* "qpdf/fix-qdf" - (("#!/usr/bin/env perl") - "\ -eval '(exit $?0)' && eval 'exec perl -wS \"$0\" ${1+\"$@\"}' - & eval 'exec perl -wS \"$0\" $argv:q' - if 0;\n")) - #t)))) + "0dj27wb9xg6pg95phbflfvy9rwxn1gh3kc4n175g0pf41r0zrim2")))) (build-system gnu-build-system) (arguments `(#:disallowed-references (,perl) |