This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new fa8fdc8fd9 gnu: newsboat: Re-enable building the documentation.
fa8fdc8fd9 is described below
commit fa8fdc8fd9fcb8d668af0a65b639f7b55bb46716
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Jun 9 20:49:32 2025 +0300
gnu: newsboat: Re-enable building the documentation.
This is a follow-up to 30e5769a2196bfe62b0f7b0e9fb19b4f1562bb0c.
* gnu/packages/syndication.scm (arguments): Check for the package
ruby-asciidoctor to decide whether to build the documentation.
Change-Id: I2d1f04142769749f4fbd3218098e81630d27d725
---
gnu/packages/syndication.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 61220bb9fe..e8d4d09a56 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016, 2017, 2019-2024 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017, 2019-2025 Efraim Flashner <[email protected]>
;;; Copyright © 2018, 2019, 2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2020, 2023 Vinicius Monego <[email protected]>
;;; Copyright © 2021 Felix Gruber <[email protected]>
@@ -294,7 +294,7 @@ cards.")
rust-section-testing-0.0.5)
#:phases
#~(modify-phases %standard-phases
- #$@(if (not (this-package-native-input "asciidoctor"))
+ #$@(if (not (this-package-native-input "ruby-asciidoctor"))
#~((add-after 'unpack 'dont-use-asciidoctor
(lambda _
(substitute* "config.sh"