about summary refs log tree commit diff
path: root/nix.spec.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-07-18T21·08+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-07-18T21·08+0000
commit9bf7a5f516c9f6a9445e76d3166d173f5ab958bb (patch)
tree32fc5e52be03a68273f099ad1e6bbebca4bae050 /nix.spec.in
parent39eaecbc982246a511810be578ef1ebbe9fd3c10 (diff)
* Don't pass `--with-system'.
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 8b367eb554..0fe3fb64a8 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} --with-system="i686-linux"
+./configure --prefix=%{_prefix}
 make
 make check