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.
This commit is contained in:
Christopher Baines 2023-09-05 12:35:10 +01:00
parent daeeaa2216
commit 288799d3e8
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -158,6 +158,7 @@ (define (install-file* source-key destination-directory
(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.")