efraim pushed a commit to branch master
in repository guix.
commit e16158ddd0744fce7c82c28ee9c79ffe0fc6d8b0
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Feb 7 17:33:07 2023 +0200
gnu: go-1.16: Remove redundant native-input substitution.
* gnu/packages/golang.scm (go-1.16)[native-inputs]: More directly
inherit from go-1.14.
---
gnu/packages/golang.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 62766d8dd2..cf15b81fe7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -626,9 +626,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
(("^#!.*") "#!/usr/bin/env perl\n"))))))))
(native-inputs
`(("go-fix-script-tests.patch" ,(search-patch
"go-fix-script-tests.patch"))
- ,@(if (not (member (%current-system) (package-supported-systems
go-1.4)))
- (alist-replace "go" (list gccgo-10) (package-native-inputs
go-1.14))
- (package-native-inputs go-1.14))))))
+ ,@(package-native-inputs go-1.14)))))
(define-public go-1.17
(package