mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: yelp-xsl: Update to 42.4.
* gnu/packages/gnome.scm (yelp-xsl): Update to 42.4. [build-system]: Switch to meson-build-system. Change-Id: I97ae90008d3e9d14261b14af9f04538fe5e9ed40
This commit is contained in:
parent
7a71731290
commit
a20410f3ef
1 changed files with 3 additions and 5 deletions
|
@ -7457,7 +7457,7 @@ environments.")
|
||||||
(define-public yelp-xsl
|
(define-public yelp-xsl
|
||||||
(package
|
(package
|
||||||
(name "yelp-xsl")
|
(name "yelp-xsl")
|
||||||
(version "42.1")
|
(version "42.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7466,10 +7466,8 @@ environments.")
|
||||||
(version-major version) "/"
|
(version-major version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kav039g62q35h508shdbrcjcfkdsc7k6wcr2g780c35n58f32r3"))))
|
(base32 "1lfpmdc4y46a528q5filn6xs8add921avrnwl2vpysp6n9zb1szx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
|
||||||
'(#:configure-flags '("--enable-doc")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list mallard-ducktype
|
(list mallard-ducktype
|
||||||
gettext-minimal
|
gettext-minimal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue