summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-11-24 17:10:45 +0200
committerEfraim Flashner <efraim@flashner.co.il>2025-07-28 10:00:01 +0300
commit2c1a73adbbf779d1f5238cfa7b41edf42fc567dc (patch)
tree3d688d294249c78076a7c688e0fc4d92cf177376 /gnu
parentcf228f38e7afc278d590c03d5acdcb55480eb4ac (diff)
gnu: binutils-muslboot0: Don't compress the documentation.
* gnu/packages/commencement.scm (binutils-muslboot0)[arguments]: Delete the 'compress-documentation phase. Change-Id: Id6545a2c7481023d7e2f1b62c91acb40a1b5278f
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/commencement.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 52defa421ca..502a503950f 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1173,6 +1173,8 @@ MesCC-Tools), and finally M2-Planet.")
1173 #:strip-binaries? #f ; no strip yet 1173 #:strip-binaries? #f ; no strip yet
1174 #:phases 1174 #:phases
1175 #~(modify-phases %standard-phases 1175 #~(modify-phases %standard-phases
1176 ;; bootar-1b/bin/gzip: no such option: --best
1177 (delete 'compress-documentation)
1176 (add-after 'configure 'fix-build 1178 (add-after 'configure 'fix-build
1177 (lambda _ 1179 (lambda _
1178 ;; bfd/po doesn't have a Makefile, so the recursive calls just 1180 ;; bfd/po doesn't have a Makefile, so the recursive calls just