mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
* Don't pass `--with-system'.
This commit is contained in:
parent
39eaecbc98
commit
9bf7a5f516
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user