mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +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
cf49641fc2
commit
29ff419624
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue