forked from mirrors/nixpkgs
32-bit gummiboot uses lower-case ia32
Thanks to iElectric in the channel for pointing it out Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
7190c867d6
commit
faa064dbc7
|
@ -148,7 +148,7 @@ let
|
|||
'';
|
||||
|
||||
targetArch = if pkgs.stdenv.isi686 then
|
||||
"IA32"
|
||||
"ia32"
|
||||
else if pkgs.stdenv.isx86_64 then
|
||||
"x64"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue