gnu: go-1.14: Remove powerpc-linux from supported-systems.

* gnu/packages/golang.scm (go-1.14)[supported-systems]: Remove
powerpc-linux from supported-systems.
This commit is contained in:
Efraim Flashner 2022-02-22 15:20:51 +02:00
parent 51736faa00
commit 218400c0f7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -460,7 +460,7 @@ (define-public go-1.14
`(("gold" ,binutils-gold)))
(_ `()))
,@(package-native-inputs go-1.4)))
(supported-systems %supported-systems)))
(supported-systems (delete "powerpc-linux" %supported-systems))))
(define-public go-1.16
(package