3
0
Fork 0
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:
Shea Levy 2013-05-04 11:26:56 -04:00
parent 7190c867d6
commit faa064dbc7

View file

@ -148,7 +148,7 @@ let
'';
targetArch = if pkgs.stdenv.isi686 then
"IA32"
"ia32"
else if pkgs.stdenv.isx86_64 then
"x64"
else