diff options
| author | Josselin Poiret <dev@jpoiret.xyz> | 2023-12-29 23:05:14 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:26 +0200 |
| commit | c4f9895bfe2ad77be8ca31706d57d7ee2852b6ac (patch) | |
| tree | 53fc77b7942a2045435b32ef1b78bfaa6b668ad7 | |
| parent | 609acbbc298c0ffad1fe960cf768811c313b6dd8 (diff) | |
gnu: docbook2x: Fix build.
* gnu/packages/docbook.scm (docbook2x): Build from source and fix build.
Change-Id: Iefc3e068217875b5de5e79369b24a55b573df042
| -rw-r--r-- | gnu/packages/docbook.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm index cf30b95ab2b..02cea45e974 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/packages/docbook.scm | |||
| @@ -923,11 +923,15 @@ Detect the differences in markup between two SGML files. | |||
| 923 | (build-system gnu-build-system) | 923 | (build-system gnu-build-system) |
| 924 | (arguments | 924 | (arguments |
| 925 | (list | 925 | (list |
| 926 | #:make-flags ''("AM_MAKEINFOHTMLFLAGS=\"--no-split\"") | ||
| 926 | #:modules '((guix build gnu-build-system) | 927 | #:modules '((guix build gnu-build-system) |
| 927 | (guix build utils) | 928 | (guix build utils) |
| 928 | (srfi srfi-26)) | 929 | (srfi srfi-26)) |
| 929 | #:phases | 930 | #:phases |
| 930 | #~(modify-phases %standard-phases | 931 | #~(modify-phases %standard-phases |
| 932 | (add-before 'build 'clean | ||
| 933 | (lambda _ | ||
| 934 | (invoke "make" "clean"))) | ||
| 931 | (add-after 'install 'move-doc | 935 | (add-after 'install 'move-doc |
| 932 | (lambda _ | 936 | (lambda _ |
| 933 | (let* ((old (string-append #$output "/share/doc")) | 937 | (let* ((old (string-append #$output "/share/doc")) |
