civodul pushed a commit to branch master
in repository guix.
commit 85e55dd90b50b4803dd002a9237e4c0c4d628525
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Feb 23 23:03:28 2023 +0100
gnu: binutils-gold: Remove input label.
* gnu/packages/base.scm (binutils-gold)[native-inputs]: Remove label.
---
gnu/packages/base.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 36b27a4e25..fa5f1ef32b 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012-2022 Ludovic Courtès <[email protected]>
+;;; Copyright © 2012-2023 Ludovic Courtès <[email protected]>
;;; Copyright © 2014, 2019 Andreas Enge <[email protected]>
;;; Copyright © 2012 Nikita Karetnikov <[email protected]>
;;; Copyright © 2014, 2015, 2016, 2018 Mark H Weaver <[email protected]>
@@ -648,8 +648,7 @@ included.")
(substitute* "gold/Makefile.in"
((" testsuite") " ")))))
'())))))
- (native-inputs
- `(("bc" ,bc)))))
+ (native-inputs (list bc))))
(define* (make-ld-wrapper name #:key
(target (const #f))