me
/
guix
Archived
1
0
Fork 0

gnu: rust-1.55: Remove i586-gnu from supported-systems.

* gnu/packages/rust.scm (rust-1.55)[supported-systems]: Remove i586-gnu.
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
1 changed files with 1 additions and 0 deletions

View File

@ -544,6 +544,7 @@ ar = \"" binutils "/bin/ar" "\"
(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.")