gnu: zathura: Update to 0.3.8.

* gnu/packages/pdf.scm (zathura): Update to 0.3.8.
[native-inputs]: Add GLIB:BIN.
This commit is contained in:
Marius Bakke 2017-12-26 22:20:05 +01:00
parent bf38d5be00
commit f2984d709f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 3 deletions

View File

@ -486,7 +486,7 @@ by using the poppler rendering engine.")
(define-public zathura (define-public zathura
(package (package
(name "zathura") (name "zathura")
(version "0.3.7") (version "0.3.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -494,11 +494,12 @@ by using the poppler rendering engine.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1w0g74dq4z2vl3f99s2gkaqrb5pskgzig10qhbxj4gq9yj4zzbr2")) "0dz5pky3vmf3s2cp2rv1c099gb1s49p9xlgm3ghyy4pzyxc8bgs6"))
(patches (search-patches (patches (search-patches
"zathura-plugindir-environment-variable.patch")))) "zathura-plugindir-environment-variable.patch"))))
(native-inputs `(("pkg-config" ,pkg-config) (native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal))) ("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")))
(inputs `(("girara" ,girara) (inputs `(("girara" ,girara)
("sqlite" ,sqlite) ("sqlite" ,sqlite)
("gtk+" ,gtk+))) ("gtk+" ,gtk+)))