mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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: I226676e78e37047cf78ad185355dc4bff64e9d04
This commit is contained in:
parent
f8c93ea712
commit
39009a8b30
1 changed files with 2 additions and 1 deletions
|
@ -472,7 +472,8 @@ (define-public go-1.14
|
|||
`(("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
|
||||
|
|
Loading…
Reference in a new issue