mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01: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
31d5cac2d2
commit
ba75555339
1 changed files with 2 additions and 0 deletions
|
@ -1148,6 +1148,8 @@ (define binutils-muslboot0
|
|||
#: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…
Reference in a new issue