1
0
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:
Efraim Flashner
2020-08-06 09:02:34 +03:00
parent 58c367367e
commit 7941e05947
+1 -1
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))