gnu: rust-1.55: Remove i586-gnu from supported-systems.
* gnu/packages/rust.scm (rust-1.55)[supported-systems]: Remove i586-gnu.
parent
f2a8b26df8
commit
54fd990973
|
@ -544,6 +544,7 @@ ar = \"" binutils "/bin/ar" "\"
|
||||||
(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.")
|
||||||
|
|
Reference in New Issue