diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-26 22:57:52 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:52:03 +0100 |
| commit | e91af9d8766856dd939ce3a06c2c23f6c37dc00a (patch) | |
| tree | c230421bd3af1077871f48e7cf2890bedaaedabd | |
| parent | 0c15434630c581fdc3e6e7d409f69d31a2ae0846 (diff) | |
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
| -rw-r--r-- | gnu/packages/gnome.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b90d90dc730..f5690889dd3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7349,7 +7349,7 @@ environments.") (define-public yelp-xsl (package (name "yelp-xsl") - (version "42.1") + (version "42.4") (source (origin (method url-fetch) @@ -7358,10 +7358,8 @@ environments.") (version-major version) "/" name "-" version ".tar.xz")) (sha256 - (base32 "1kav039g62q35h508shdbrcjcfkdsc7k6wcr2g780c35n58f32r3")))) - (build-system gnu-build-system) - (arguments - '(#:configure-flags '("--enable-doc"))) + (base32 "1lfpmdc4y46a528q5filn6xs8add921avrnwl2vpysp6n9zb1szx")))) + (build-system meson-build-system) (native-inputs (list mallard-ducktype gettext-minimal |
