gnu: rust: Remove "i686-linux" from supported systems.

* gnu/packages/rust.scm (rust-1.19): Only support "x86_64-linux" architecture.
This commit is contained in:
Mathieu Othacehe 2020-12-18 16:15:16 +01:00
parent f521104e34
commit 0ed631866c
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

View File

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