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:
Efraim Flashner 2023-12-17 15:20:08 +02:00
parent f8c93ea712
commit 39009a8b30
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

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