mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
51736faa00
commit
218400c0f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue