mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: atril: Update to 1.24.0.
* gnu/packages/mate.scm (atril): Update to 1.24.0. [native-inputs]: Add texlive-bin for synctex.
This commit is contained in:
parent
9ad5a1f98a
commit
955e523bdc
1 changed files with 3 additions and 2 deletions
|
@ -706,7 +706,7 @@ (define-public mate-panel
|
|||
(define-public atril
|
||||
(package
|
||||
(name "atril")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -714,7 +714,7 @@ (define-public atril
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xd49j4qwrlg2nh2zvspf91yk033dp8a58dy9azqg2yz4bcvywxb"))))
|
||||
"0967gxw7h2qh2kpwl0jgv58hicz6aa92kr12mnykbpikad25s95y"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list (string-append "--with-openjpeg="
|
||||
|
@ -758,6 +758,7 @@ (define-public atril
|
|||
("glib:bin" ,glib "bin")
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("gtk-doc" ,gtk-doc)
|
||||
("texlive-bin" ,texlive-bin) ;synctex
|
||||
("xmllint" ,libxml2)
|
||||
("zlib" ,zlib)))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue