diff options
author | Christopher Baines <mail@cbaines.net> | 2023-09-05 12:35:10 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-09-12 08:03:49 +0100 |
commit | 288799d3e8fa995a8bdc1f460378484124a30248 (patch) | |
tree | 152e702bab911812142038fbdc2d3561c8c59d51 /gnu/packages/heads.scm | |
parent | daeeaa221605726d8853b00261619ba039bd6db7 (diff) |
gnu: musl-cross: Remove i586-gnu from supported-systems.
As I don't think musl supports the Hurd.
* gnu/packages/heads.scm (musl-cross)[supported-systems]: Remove i586-gnu.
Diffstat (limited to 'gnu/packages/heads.scm')
-rw-r--r-- | gnu/packages/heads.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/heads.scm b/gnu/packages/heads.scm index 212849f2a9..268d4d0198 100644 --- a/gnu/packages/heads.scm +++ b/gnu/packages/heads.scm @@ -158,6 +158,7 @@ done (uri "http://www.musl-libc.org/releases/musl-1.1.24.tar.gz") (sha256 (base32 "18r2a00k82hz0mqdvgm7crzc7305l36109c0j9yjmkxj2alcjw0k")))))) + (supported-systems (delete "i586-gnu" %supported-systems)) (home-page "https://github.com/osresearch/heads") (synopsis "Musl-cross gcc 5 toolchain") (description "Musl-cross toolchain: binutils, gcc 5 and musl.") |