mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: zathura-cb: Update to 0.1.10.
* gnu/packages/pdf.scm (zathura-cb): Update to 0.1.10.
This commit is contained in:
parent
c0839cbac2
commit
e1081bcdae
1 changed files with 3 additions and 3 deletions
|
@ -443,7 +443,7 @@ (define-public xpdf
|
||||||
(define-public zathura-cb
|
(define-public zathura-cb
|
||||||
(package
|
(package
|
||||||
(name "zathura-cb")
|
(name "zathura-cb")
|
||||||
(version "0.1.8")
|
(version "0.1.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -451,7 +451,7 @@ (define-public zathura-cb
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i6cf0vks501cggwvfsl6qb7mdaf3sszdymphimfvnspw810faj5"))))
|
"1j5v32f9ki35v1jc7a067anhlgqplzrp4fqvznlixfhcm0bwmc49"))))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs (list libarchive zathura))
|
(inputs (list libarchive zathura))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
|
@ -460,7 +460,7 @@ (define-public zathura-cb
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-plugin-directory
|
(add-after 'unpack 'patch-plugin-directory
|
||||||
;; Something of a regression in 0.1.8: the new Meson build system
|
;; Something of a regression in 0.1.10: the new Meson build system
|
||||||
;; now hard-codes an incorrect plugin directory. Fix it.
|
;; now hard-codes an incorrect plugin directory. Fix it.
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(substitute* "meson.build"
|
(substitute* "meson.build"
|
||||||
|
|
Loading…
Reference in a new issue