guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

36/44: gnu: asciidoc: Delete trailing #t.


From: guix-commits
Subject: 36/44: gnu: asciidoc: Delete trailing #t.
Date: Fri, 21 Apr 2023 00:48:26 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit e3edddd12d7edcad469f52db6a09345efaf66187
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Apr 20 23:00:28 2023 -0400

    gnu: asciidoc: Delete trailing #t.
    
    * gnu/packages/documentation.scm (asciidoc) [arguments]: Delete trailing #t.
---
 gnu/packages/documentation.scm | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index 27903a1ffe..bbaa01e392 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -140,8 +140,7 @@ pages in HTML.")
                            (("XMLLINT = 'xmllint'")
                             (string-append "XMLLINT = '" xmllint "'"))
                            (("XSLTPROC = 'xsltproc'")
-                            (string-append "XSLTPROC = '" xsltproc "'")))
-                         #t)))
+                            (string-append "XSLTPROC = '" xsltproc "'"))))))
          ;; Make asciidoc use the local docbook-xsl package instead of fetching
          ;; it from the internet at run-time.
          (add-before 'install 'make-local-docbook-xsl
@@ -153,20 +152,16 @@ release/xsl/current")
                            "xsl:import href=\""
                            (string-append (assoc-ref inputs "docbook-xsl")
                                           "/xml/xsl/docbook-xsl-"
-                                          ,(package-version docbook-xsl)))))
-                       #t))
+                                          ,(package-version docbook-xsl)))))))
          ;; Do the same for docbook-xml.
          (add-before 'install 'make-local-docbook-xml
                      (lambda* (#:key inputs #:allow-other-keys)
                        (substitute* "docbook45.conf"
                          
(("http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";)
                           (string-append (assoc-ref inputs "docbook-xml")
-                                         "/xml/dtd/docbook/docbookx.dtd")))
-                       #t)))))
-    (native-inputs
-     (list autoconf))
-    (inputs
-     (list python docbook-xml-4.5 docbook-xsl libxml2 libxslt))
+                                         
"/xml/dtd/docbook/docbookx.dtd"))))))))
+    (native-inputs (list autoconf))
+    (inputs (list python docbook-xml-4.5 docbook-xsl libxml2 libxslt))
     (home-page "https://asciidoc.org/";)
     (synopsis "Text-based document generation system")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]