guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: go-1.14: Mark i586-gnu as unsupported.


From: guix-commits
Subject: 04/06: gnu: go-1.14: Mark i586-gnu as unsupported.
Date: Mon, 18 Dec 2023 01:54:20 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 39009a8b301a15f7e998c62a0d480941dbd08085
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Dec 17 15:20:08 2023 +0200

    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
---
 gnu/packages/golang.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b5bf9d4b47..476edf6b4d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]