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 <efr...@flashner.co.il>
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 <efr...@flashner.co.il>
+;;; Copyright © 2016, 2017, 2019-2025 Efraim Flashner <efr...@flashner.co.il>
 ;;; Copyright © 2018, 2019, 2021 Tobias Geerinckx-Rice <m...@tobias.gr>
 ;;; Copyright © 2020, 2023 Vinicius Monego <mon...@posteo.net>
 ;;; Copyright © 2021 Felix Gruber <fel...@posteo.net>
@@ -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"

Reply via email to