me
/
guix
Archived
1
0
Fork 0

gnu: binutils-gold: Inherit replacements from binutils.

* gnu/packages/base.scm (binutils-gold): Use PACKAGE/INHERIT instead of INHERIT.
master
Marius Bakke 2020-06-26 13:54:39 +02:00
parent 70cbab44e3
commit eca649d06b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 2 deletions

View File

@ -575,8 +575,7 @@ included.")
(properties '())))
(define-public binutils-gold
(package
(inherit binutils+documentation)
(package/inherit binutils+documentation
(name "binutils-gold")
(arguments
`(#:phases