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:
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

View File

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