This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 218400c0f7 gnu: go-1.14: Remove powerpc-linux from supported-systems.
218400c0f7 is described below

commit 218400c0f7d754467eac20bbdea3c5282efe7b2e
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Feb 22 15:20:51 2022 +0200

    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(-)

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

Reply via email to