mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: vte: Update to 0.46.1.
* gnu/packages/gnome.scm (vte): Update to 0.46.1. [propagated-inputs]: Add pcre2.
This commit is contained in:
parent
6b7d7e9b6f
commit
de1215e20b
1 changed files with 5 additions and 3 deletions
|
@ -89,6 +89,7 @@ (define-module (gnu packages gnome)
|
|||
#:use-module (gnu packages image)
|
||||
#:use-module (gnu packages networking)
|
||||
#:use-module (gnu packages password-utils)
|
||||
#:use-module (gnu packages pcre)
|
||||
#:use-module (gnu packages perl)
|
||||
#:use-module (gnu packages photo)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
|
@ -1777,7 +1778,7 @@ (define-public vala
|
|||
(define-public vte
|
||||
(package
|
||||
(name "vte")
|
||||
(version "0.44.2")
|
||||
(version "0.46.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -1785,7 +1786,7 @@ (define-public vte
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0j899ccrkzh7208w29c835m1yms0cas5cxkck8x6l4xv2i45ksm1"))))
|
||||
"1ipmnfazvhzjp5pjw90mmxbkizivnh7gnlqqml94lw2rqa5wy048"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; XXX: fails to compile tests with the default flags.
|
||||
|
@ -1804,7 +1805,8 @@ (define-public vte
|
|||
("xmllint" ,libxml2)))
|
||||
(propagated-inputs
|
||||
`(("gtk+" ,gtk+) ;required by vte-2.91.pc
|
||||
("gnutls" ,gnutls))) ;ditto
|
||||
("gnutls" ,gnutls) ;ditto
|
||||
("pcre2" ,pcre2))) ;ditto
|
||||
(home-page "http://www.gnome.org/")
|
||||
(synopsis "Virtual Terminal Emulator")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue