guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 05/05: gnu: binutils-gold: build with canonical gcc:lib.
Date: Thu, 6 Aug 2020 02:07:29 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 7941e05947ef0f327eada8bc153cade113f66ceb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Aug 6 09:02:34 2020 +0300

    gnu: binutils-gold: build with canonical gcc:lib.
    
    * gnu/packages/base.scm (binutils-gold)[inputs]: Replace gcc:lib with
    the canonical-package of gcc.
---
 gnu/packages/base.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 6cd7ed7..c83775d 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]