guix-commits
[Top][All Lists]
Advanced

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

70/87: gnu: binutils-muslboot0: Don't compress the documentation.


From: guix-commits
Subject: 70/87: gnu: binutils-muslboot0: Don't compress the documentation.
Date: Mon, 13 Jan 2025 04:37:31 -0500 (EST)

efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.

commit ba7555533961e9c7405388bcee3fdd9e8eceb9d6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 24 17:10:45 2024 +0200

    gnu: binutils-muslboot0: Don't compress the documentation.
    
    * gnu/packages/commencement.scm (binutils-muslboot0)[arguments]: Delete
    the 'compress-documentation phase.
    
    Change-Id: Id6545a2c7481023d7e2f1b62c91acb40a1b5278f
---
 gnu/packages/commencement.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 7e4668e350..14f7530ed0 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1148,6 +1148,8 @@ MesCC-Tools), and finally M2-Planet.")
            #:strip-binaries? #f ; no strip yet
            #:phases
            #~(modify-phases %standard-phases
+               ;; bootar-1b/bin/gzip: no such option: --best
+               (delete 'compress-documentation)
                (add-after 'configure 'fix-build
                  (lambda _
                    ;; bfd/po doesn't have a Makefile, so the recursive calls 
just



reply via email to

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