gnu: rust-1.19: Don't include i686-linux in supported-systems.
authorChristopher Baines <mail@cbaines.net>
Sun, 7 Mar 2021 13:30:55 +0000 (13:30 +0000)
committerChristopher Baines <mail@cbaines.net>
Mon, 8 Mar 2021 22:11:21 +0000 (22:11 +0000)
commitf5c6e6966c020722700ef0343ab0a6030e2d61b5
treee372c72b42cf9163acfc215f8261acc604b8e9a2
parenta0b24d5f8c5813329986b1bd690ed50b5308cc78
gnu: 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.
gnu/packages/rust.scm