[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: linux-libre-headers: Remove i586-gnu from supported-systems.
From: |
guix-commits |
Subject: |
02/10: gnu: linux-libre-headers: Remove i586-gnu from supported-systems. |
Date: |
Tue, 12 Sep 2023 03:42:14 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 0e08ad7f19d5b29a4883468552b5d213a7bdb66e
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Sep 5 12:35:11 2023 +0100
gnu: linux-libre-headers: Remove i586-gnu from supported-systems.
As I don't think attempting to build for the Hurd is useful.
* gnu/packages/heads.scm (make-linux-libre-headers*): Remove i586-gnu from
supported-systems.
---
gnu/packages/linux.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b1bcda5e70..91109c41d9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -739,6 +739,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(format p "~a-default~%" ,version)))))))
#:allowed-references ()
#:tests? #f))
+ (supported-systems (delete "i586-gnu" %supported-systems))
(home-page "https://www.gnu.org/software/linux-libre/")
(synopsis "GNU Linux-Libre kernel headers")
(description "Headers of the Linux-Libre kernel.")
- branch master updated (daeeaa2216 -> e2a7c227de), guix-commits, 2023/09/12
- 02/10: gnu: linux-libre-headers: Remove i586-gnu from supported-systems.,
guix-commits <=
- 03/10: gnu: skalibs: Remove i586-gnu from %supported-systems., guix-commits, 2023/09/12
- 05/10: gnu: svt-av1: Update to 1.7.0., guix-commits, 2023/09/12
- 01/10: gnu: musl-cross: Remove i586-gnu from supported-systems., guix-commits, 2023/09/12
- 06/10: gnu: sqlite-next: Update to 3.42.0., guix-commits, 2023/09/12
- 08/10: gnu: python-cgatcore: Update to 0.6.15., guix-commits, 2023/09/12
- 04/10: gnu: nar-herder: Use guile-next., guix-commits, 2023/09/12
- 07/10: gnu: python-apsw: Update to 3.42.0.1., guix-commits, 2023/09/12
- 09/10: gnu: guile-png: Update to 0.7.1, guix-commits, 2023/09/12
- 10/10: gnu: xfce4-terminal: Update to 1.1.0., guix-commits, 2023/09/12