[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
- 63/87: fixup gnu: musl-boot0: Improve the install phase., (continued)
- 63/87: fixup gnu: musl-boot0: Improve the install phase., guix-commits, 2025/01/13
- 51/87: gnu: gnu-make-boot0: Adjust configure-flags on riscv64-linux., guix-commits, 2025/01/13
- 82/87: gnu: gcc-muslboot0: Apply patches in the package source., guix-commits, 2025/01/13
- 45/87: gnu: gawk-mesboot: Remove pre-generated source file., guix-commits, 2025/01/13
- 49/87: gnu: %boot-mesboot6-inputs: Adjust for riscv64-linux., guix-commits, 2025/01/13
- 86/87: Revert "gnu: gcc-muslboot0: Apply patches in the package source.", guix-commits, 2025/01/13
- 59/87: gnu: glibc-headers-mesboot: Remove unused C macro., guix-commits, 2025/01/13
- 64/87: fixup WIP: musl-boot0: Add fixes for i686 and x86_64., guix-commits, 2025/01/13
- 83/87: fixup findutils-boot0: Adjust the skipped tests on riscv64-linux., guix-commits, 2025/01/13
- 69/87: gnu: binutils-muslboot0: Correct package inputs., guix-commits, 2025/01/13
- 70/87: gnu: binutils-muslboot0: Don't compress the documentation.,
guix-commits <=
- 71/87: gnu: m4-boot0: Downgrade to 1.4.18., guix-commits, 2025/01/13
- 48/87: gnu: mesboot-package: Adjust for riscv64-linux builds., guix-commits, 2025/01/13
- 46/87: gnu: Add mawk-mesboot., guix-commits, 2025/01/13
- 09/87: gnu: gnu-make-mesboot0: Update to 3.82., guix-commits, 2025/01/13
- 35/87: gnu: gcc-mesboot1: Fix native-search-paths., guix-commits, 2025/01/13
- 36/87: gnu: gcc-mesboot1: Adjust setting include paths., guix-commits, 2025/01/13
- 39/87: gnu: Add musl-boot., guix-commits, 2025/01/13
- 55/87: gnu: %boot0-inputs: Remove duplicate packages., guix-commits, 2025/01/13
- 54/87: gnu: %boot0-inputs: Use newly built *-boot0 packages on riscv64-linux., guix-commits, 2025/01/13
- 74/87: fixup musl-boot, guix-commits, 2025/01/13