guix_mirror_bot pushed a commit to branch wip-riscv-bootstrap in repository guix.
commit fab6abe7edd12509d88c3bf270957042f8a0fe4c Author: Efraim Flashner <[email protected]> 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 6df4ccedea..408a413807 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -1173,6 +1173,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
