From 0e08ad7f19d5b29a4883468552b5d213a7bdb66e Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 5 Sep 2023 12:35:11 +0100 Subject: [PATCH] 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 b1bcda5e7070a1273387fd9b79bc0ed2a0a2f918..91109c41d9d97b24a70ac10f5c18f390b3e532d6 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.")