Skip to content

Commit

Permalink
Revert "rustc: don't build on i686"
Browse files Browse the repository at this point in the history
This reverts commit 9f86136.

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

(It also builds fine for me.)

(cherry picked from commit c90998d)
  • Loading branch information
dezgeg committed Apr 25, 2017
1 parent 232e8a9 commit 3c65e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/rust/rustc.nix
Expand Up @@ -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;
};
}

0 comments on commit 3c65e6c

Please sign in to comment.