mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-06 23:11:33 +02:00
gnu: binutils-gold: build with canonical gcc:lib.
* gnu/packages/base.scm (binutils-gold)[inputs]: Replace gcc:lib with the canonical-package of gcc.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user