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.
This commit is contained in:
Efraim Flashner 2023-02-07 17:33:07 +02:00
parent 9695f76745
commit e16158ddd0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -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