guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: rust-1.55: Remove i586-gnu from supported-systems.


From: guix-commits
Subject: 02/05: gnu: rust-1.55: Remove i586-gnu from supported-systems.
Date: Sat, 16 Sep 2023 04:21:23 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 54fd990973cf1fc6cfc50130f715761c5a2406f5
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Sep 16 09:15:43 2023 +0100

    gnu: rust-1.55: Remove i586-gnu from supported-systems.
    
    * gnu/packages/rust.scm (rust-1.55)[supported-systems]: Remove i586-gnu.
---
 gnu/packages/rust.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 5cfdeffa81..38db41549a 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -544,6 +544,7 @@ ar = \"" binutils "/bin/ar" "\"
            (search-path-specification
             (variable "LIBRARY_PATH")
             (files '("lib" "lib64")))))
+    (supported-systems (delete "i586-gnu" %supported-systems))
     (synopsis "Compiler for the Rust programming language")
     (description "Rust is a systems programming language that provides memory
 safety and thread safety guarantees.")



reply via email to

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