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:
Christopher Baines 2023-09-16 09:15:43 +01:00
parent f2a8b26df8
commit 54fd990973
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -544,6 +544,7 @@ (define rust-1.55
(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.")