mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: binutils-muslboot0: Don't compress the documentation.
* gnu/packages/commencement.scm (binutils-muslboot0)[arguments]: Delete the 'compress-documentation phase. Change-Id: Id6545a2c7481023d7e2f1b62c91acb40a1b5278f
This commit is contained in:
parent
cf228f38e7
commit
2c1a73adbb
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue