guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust: Remove "i686-linux" from supported sys


From: guix-commits
Subject: branch master updated: gnu: rust: Remove "i686-linux" from supported systems.
Date: Tue, 29 Dec 2020 05:42:10 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0ed6318  gnu: rust: Remove "i686-linux" from supported systems.
0ed6318 is described below

commit 0ed631866cc0b7cece2b0a0b50e39b37ae91bb67
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Dec 18 16:15:16 2020 +0100

    gnu: rust: Remove "i686-linux" from supported systems.
    
    * gnu/packages/rust.scm (rust-1.19): Only support "x86_64-linux" 
architecture.
---
 gnu/packages/rust.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 35a96b5..91b5d6b 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -452,6 +452,7 @@ test = { path = \"../libtest\" }
             (variable "LIBRARY_PATH")
             (files '("lib" "lib64")))))
 
+    (supported-systems '("x86_64-linux"))
     (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]