[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
- branch master updated (1a9f267f51 -> e2d9a8eb14), guix-commits, 2023/12/18
- 03/06: doc: Document the rust-target platform field., guix-commits, 2023/12/18
- 01/06: gnu: Remove newsboat-2.13., guix-commits, 2023/12/18
- 05/06: gnu: Register new files., guix-commits, 2023/12/18
- 04/06: gnu: go-1.14: Mark i586-gnu as unsupported.,
guix-commits <=
- 02/06: gnu: ci: Build tuned packages for common baselines., guix-commits, 2023/12/18
- 06/06: Makefile.am: Sort build-system modules alphabetically., guix-commits, 2023/12/18