diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-14 23:03:41 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-05-26 22:32:51 +0200 |
commit | c96bb2e3dc826dd37f6ac29966831446bd59e964 (patch) | |
tree | 511da85c7e5307310a644898d60b6015338c38a4 | |
parent | e634d959472cee7d53dfdc52d1d36cabc25f4ba2 (diff) | |
download | guix-c96bb2e3dc826dd37f6ac29966831446bd59e964.tar.gz guix-c96bb2e3dc826dd37f6ac29966831446bd59e964.zip |
gnu: cups-filters: Update to 1.27.4.
* gnu/packages/cups.scm (cups-filters): Update to 1.27.4.
[arguments]: Remove obsolete patch-for-poppler phase.
-rw-r--r-- | gnu/packages/cups.scm | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index b253d0604e..441fccdafa 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -59,7 +59,7 @@ (define-public cups-filters (package (name "cups-filters") - (version "1.27.1") + (version "1.27.4") (source(origin (method url-fetch) (uri @@ -67,7 +67,7 @@ "cups-filters-" version ".tar.xz")) (sha256 (base32 - "0dpn4rkmrdprkhlnpih5dzrn4fxzj20k42d516kx4qx0g5l74lrm")) + "110b1xhb5vfpcx0zq9kkas7pj281skx5dpnnr22idx509jfdzj8b")) (modules '((guix build utils))) (snippet ;; install backends, banners and filters to cups-filters output @@ -125,12 +125,6 @@ (("/usr/local/lib/cups/filter") (string-append out "/lib/cups/filter"))) #t))) - (add-after 'unpack 'patch-for-poppler - (lambda _ - (substitute* "filter/pdf.cxx" - (("GooString \\*field_name;" m) - (string-append "const " m))) - #t)) (add-after 'install 'wrap-filters (lambda* (#:key inputs outputs #:allow-other-keys) ;; Some filters expect to find 'gs' in $PATH. We cannot |