mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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:
parent
daeeaa2216
commit
288799d3e8
1 changed files with 1 additions and 0 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue