summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-09-05 12:35:11 +0100
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-09-17 16:29:47 -0400
commit103f59abf11ed8c9ff5078db0198a94344fd0294 (patch)
tree2e2d5cd8f78b3d63cdd41c958a39c6621b38b0b1
parent35cd3a197ff41481ae47d2d2def03ed60f8c094d (diff)
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.
-rw-r--r--gnu/packages/linux.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 86fbdc1cfa..8ef8108773 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.")