mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: rust-1.55: Remove i586-gnu from supported-systems.
* gnu/packages/rust.scm (rust-1.55)[supported-systems]: Remove i586-gnu.
This commit is contained in:
parent
f2a8b26df8
commit
54fd990973
1 changed files with 1 additions and 0 deletions
|
@ -544,6 +544,7 @@ (define rust-1.55
|
||||||
(search-path-specification
|
(search-path-specification
|
||||||
(variable "LIBRARY_PATH")
|
(variable "LIBRARY_PATH")
|
||||||
(files '("lib" "lib64")))))
|
(files '("lib" "lib64")))))
|
||||||
|
(supported-systems (delete "i586-gnu" %supported-systems))
|
||||||
(synopsis "Compiler for the Rust programming language")
|
(synopsis "Compiler for the Rust programming language")
|
||||||
(description "Rust is a systems programming language that provides memory
|
(description "Rust is a systems programming language that provides memory
|
||||||
safety and thread safety guarantees.")
|
safety and thread safety guarantees.")
|
||||||
|
|
Loading…
Reference in a new issue