From 218400c0f7d754467eac20bbdea3c5282efe7b2e Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 22 Feb 2022 15:20:51 +0200 Subject: 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. --- gnu/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 0750fa4ce2..0f80d4aba7 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -460,7 +460,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") `(("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 -- cgit v1.2.3