~ruther/guix-local

54fd990973cf1fc6cfc50130f715761c5a2406f5 — Christopher Baines 2 years ago f2a8b26
gnu: rust-1.55: Remove i586-gnu from supported-systems.

* gnu/packages/rust.scm (rust-1.55)[supported-systems]: Remove i586-gnu.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/rust.scm
M gnu/packages/rust.scm => gnu/packages/rust.scm +1 -0
@@ 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.")