me
/
guix
Archived
1
0
Fork 0

gnu: binutils-gold: build with canonical gcc:lib.

* gnu/packages/base.scm (binutils-gold)[inputs]: Replace gcc:lib with
the canonical-package of gcc.
master
Efraim Flashner 2020-08-06 09:02:34 +03:00
parent 58c367367e
commit 7941e05947
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ included.")
(native-inputs
`(("bc" ,bc)))
(inputs
`(("gcc:lib" ,gcc "lib")))))
`(("gcc:lib" ,(canonical-package gcc) "lib")))))
(define* (make-ld-wrapper name #:key
(target (const #f))