gnu: vala: Update to 0.54.2.
* gnu/packages/gnome.scm (vala): Update to 0.54.2. Delete trailing #t.master
parent
60e2a3bd5e
commit
22ebc35efd
|
@ -4358,7 +4358,7 @@ passwords in the GNOME keyring.")
|
||||||
(define-public vala
|
(define-public vala
|
||||||
(package
|
(package
|
||||||
(name "vala")
|
(name "vala")
|
||||||
(version "0.52.0")
|
(version "0.54.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/vala/"
|
(uri (string-append "mirror://gnome/sources/vala/"
|
||||||
|
@ -4366,7 +4366,7 @@ passwords in the GNOME keyring.")
|
||||||
"vala-" version ".tar.xz"))
|
"vala-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12y6p8wdjp01vmfhxg2cgh32xnyqq6ivblvrar9clnj6vc867qhx"))))
|
"048k5c6c6y7jyb961krnrb7m0kghr0yrkpnfx3j5ckbx652yfkc8"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--enable-coverage")
|
'(#:configure-flags '("--enable-coverage")
|
||||||
|
@ -4378,8 +4378,7 @@ passwords in the GNOME keyring.")
|
||||||
(substitute* '("manual.xml" "version.xml.in")
|
(substitute* '("manual.xml" "version.xml.in")
|
||||||
(("http://www.oasis-open.org/docbook/xml/4.4/")
|
(("http://www.oasis-open.org/docbook/xml/4.4/")
|
||||||
(string-append (assoc-ref inputs "docbook-xml")
|
(string-append (assoc-ref inputs "docbook-xml")
|
||||||
"/xml/dtd/docbook/"))))
|
"/xml/dtd/docbook/"))))))
|
||||||
#t))
|
|
||||||
(add-before 'check 'pre-check
|
(add-before 'check 'pre-check
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "CC" "gcc")
|
(setenv "CC" "gcc")
|
||||||
|
|
Reference in New Issue