mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: binutils-gold: Inherit from 'binutils+documentation'.
* gnu/packages/base.scm (binutils-gold): Inherit from BINUTILS+DOCUMENTATION instead of BINUTILS.
This commit is contained in:
parent
3163bc5f44
commit
4a13050b87
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ included.")
|
|||
|
||||
(define-public binutils-gold
|
||||
(package
|
||||
(inherit binutils)
|
||||
(inherit binutils+documentation)
|
||||
(name "binutils-gold")
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue