Revert "rustc: don't build on i686"

This reverts commit 9f86136cef.

Rust is nowadays required for building Firefox, so the channel updates
are blocked on this.

(It also builds fine for me.)
This commit is contained in:
Tuomas Tynkkynen 2017-04-24 21:23:56 +03:00
parent 9437c36f19
commit c90998d5cf

View file

@ -153,6 +153,6 @@ stdenv.mkDerivation {
description = "A safe, concurrent, practical language";
maintainers = with maintainers; [ madjar cstrahan wizeman globin havvy wkennington retrry ];
license = [ licenses.mit licenses.asl20 ];
platforms = subtractLists platforms.i686 (platforms.linux ++ platforms.darwin);
platforms = platforms.linux ++ platforms.darwin;
};
}