guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/10: gnu: musl-cross: Remove i586-gnu from supported-systems.


From: guix-commits
Subject: 01/10: gnu: musl-cross: Remove i586-gnu from supported-systems.
Date: Tue, 12 Sep 2023 03:42:14 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 288799d3e8fa995a8bdc1f460378484124a30248
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Sep 5 12:35:10 2023 +0100

    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.
---
 gnu/packages/heads.scm | 1 +
 1 file changed, 1 insertion(+)

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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]