guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit d56d7693c194d7d2ff3948ca11984ca50d83d4ae
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Aug 19 19:54:35 2025 +0300

    gnu: go-1.16: Remove unnecessary input.
    
    * gnu/packages/golang.scm (go-1.16)[native-inputs]: Remove binutils-gold.
    
    Change-Id: I4d603faa1a0de65e045eb6d28ea93794bd75d272
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/golang.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ed9a32e610..091987d3dc 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -464,10 +464,6 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
            `(("go" ,go-1.4))
            `(("go" ,gccgo-12)))
        ("go-skip-gc-test.patch" ,(search-patch "go-skip-gc-test.patch"))
-       ,@(match (%current-system)
-           ((or "armhf-linux" "aarch64-linux")
-            `(("gold" ,binutils-gold)))
-           (_ `()))
        ("go-fix-script-tests.patch" ,(search-patch 
"go-fix-script-tests.patch"))
        ,@(package-native-inputs go-1.4)))
     (supported-systems (fold delete %supported-systems

Reply via email to