guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: binutils-gold: Remove input label.


From: guix-commits
Subject: 02/11: gnu: binutils-gold: Remove input label.
Date: Fri, 24 Feb 2023 18:07:35 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 85e55dd90b50b4803dd002a9237e4c0c4d628525
Author: Ludovic Courtès <ludo@gnu.org>
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 <ludo@gnu.org>
+;;; Copyright © 2012-2023 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2014, 2019 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
 ;;; Copyright © 2014, 2015, 2016, 2018 Mark H Weaver <mhw@netris.org>
@@ -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))



reply via email to

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