me
/
guix
Archived
1
0
Fork 0

gnu: binutils-gold: Inherit from 'binutils+documentation'.

* gnu/packages/base.scm (binutils-gold): Inherit from BINUTILS+DOCUMENTATION
instead of BINUTILS.
master
Marius Bakke 2020-06-26 13:52:13 +02:00
parent 3163bc5f44
commit 4a13050b87
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ included.")
(define-public binutils-gold
(package
(inherit binutils)
(inherit binutils+documentation)
(name "binutils-gold")
(arguments
`(#:phases