gnu: go-1.14: Mark i586-gnu as unsupported.
* gnu/packages/golang.scm (go-1.14)[supported-systems]: Mark i586-gnu as unsupported. Change-Id: I226676e78e37047cf78ad185355dc4bff64e9d04master
parent
f8c93ea712
commit
39009a8b30
|
@ -472,7 +472,8 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
|||
`(("gold" ,binutils-gold)))
|
||||
(_ `()))
|
||||
,@(package-native-inputs go-1.4)))
|
||||
(supported-systems (delete "powerpc-linux" %supported-systems))))
|
||||
(supported-systems (fold delete %supported-systems
|
||||
(list "powerpc-linux" "i586-gnu")))))
|
||||
|
||||
(define-public go-1.16
|
||||
(package
|
||||
|
|
Reference in New Issue