about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorGeorges Dubus <georges.dubus@compiletoi.net>2014-01-22 19:20:52 +0100
committerGeorges Dubus <georges.dubus@compiletoi.net>2014-01-22 19:29:20 +0100
commitf8afc745bfe95d0086c456a069cf9b26dfbfbb69 (patch)
treec96873a6213440eb4cec9dc83d1979ec75aa220c /pkgs
parent49dd0867a7ef4f39bdd48dda7efb703e1365a3c2 (diff)
downloadnixlib-f8afc745bfe95d0086c456a069cf9b26dfbfbb69.tar
nixlib-f8afc745bfe95d0086c456a069cf9b26dfbfbb69.tar.gz
nixlib-f8afc745bfe95d0086c456a069cf9b26dfbfbb69.tar.bz2
nixlib-f8afc745bfe95d0086c456a069cf9b26dfbfbb69.tar.lz
nixlib-f8afc745bfe95d0086c456a069cf9b26dfbfbb69.tar.xz
nixlib-f8afc745bfe95d0086c456a069cf9b26dfbfbb69.tar.zst
nixlib-f8afc745bfe95d0086c456a069cf9b26dfbfbb69.zip
rust: fixed i686 build
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/rust/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/rust/default.nix b/pkgs/development/compilers/rust/default.nix
index 241eddc8068d..ebdd49479e0d 100644
--- a/pkgs/development/compilers/rust/default.nix
+++ b/pkgs/development/compilers/rust/default.nix
@@ -18,7 +18,7 @@ with if stdenv.system == "i686-linux" then {
   platform = "linux-i386";
   snapshot = "03e60be1f1b90dddd15f3597bc45ec8d9626b35d";
   snapshot_sha = "1v1l082gj7d2d4p53xgsxz2k965jcgqhw4cyxmjxc6yh5fw0idx6";
-  target = "i386-unknown-linux-gnu";
+  target = "i686-unknown-linux-gnu";
 } else if stdenv.system == "x86_64-linux" then {
   platform = "linux-x86_64";
   snapshot = "aa8fbbacdb1d8a078f3a3fe3478dcbc506bd4090";