/gnu/services/

pan>Jakub Kądziołka 2021-03-09gnu: rust-1.26: Remove aarch64-linux from the supported systems....Because this package is a transitive input to many rust packages, Cuirass is spending lots of time failing to build it on ci.guix.gnu.org. This change will hopefully help with that issue. * gnu/packages/rust.scm (rust-1.26)[supported-systems]: Remove aarch64-linux. Christopher Baines 2021-03-08gnu: rust-1.19: Don't include i686-linux in supported-systems....Currently rust fails to build for i686-linux, so this will avoid computing lots of derivations that depend on rust, but won't be possible to build. * gnu/packages/rust.scm (rust-1.19)[supported-systems]: Switch hardcoding only supporting x86_64-linux for supporting all supported systems, other than i686-linux. Christopher Baines 2021-02-13gnu: Add Rust 1.50....* gnu/packages/rust.scm (rust-1.50): New variable. Jakub Kądziołka