about summary refs log tree commit diff
path: root/nix.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'nix.spec.in')
-rw-r--r--nix.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix.spec.in b/nix.spec.in
index 0fe3fb64a8..8b367eb554 100644
--- a/nix.spec.in
+++ b/nix.spec.in
@@ -19,7 +19,7 @@ Nix is a software deployment system.
 %setup -q
 
 %build
-./configure --prefix=%{_prefix}
+./configure --prefix=%{_prefix} --with-system="i686-linux"
 make
 make check