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.)
  • Loading branch information
dezgeg committed Apr 24, 2017
1 parent 9437c36 commit c90998d
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 c90998d

Please sign in to comment.