guix-commits
[Top][All Lists]
Advanced

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

05/17: gnu: docbook2x: Fix build.


From: guix-commits
Subject: 05/17: gnu: docbook2x: Fix build.
Date: Thu, 18 Jan 2024 07:58:11 -0500 (EST)

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

commit d3a45711392fcecff640915c8bd881ff82559757
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Fri Dec 29 23:05:14 2023 +0100

    gnu: docbook2x: Fix build.
    
    * gnu/packages/docbook.scm (docbook2x): Build from source and fix build.
    
    Change-Id: Iefc3e068217875b5de5e79369b24a55b573df042
---
 gnu/packages/docbook.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 3046846619..f5b03b708b 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -922,11 +922,15 @@ Detect the differences in markup between two SGML files.
     (build-system gnu-build-system)
     (arguments
      (list
+      #:make-flags ''("AM_MAKEINFOHTMLFLAGS=\"--no-split\"")
       #:modules '((guix build gnu-build-system)
                   (guix build utils)
                   (srfi srfi-26))
       #:phases
       #~(modify-phases %standard-phases
+          (add-before 'build 'clean
+            (lambda _
+              (invoke "make" "clean")))
           (add-after 'install 'move-doc
             (lambda _
               (let* ((old (string-append #$output "/share/doc"))



reply via email to

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