etlegacy-unwrapped,etlegacy: fix mainProgram typo (#529405)
This commit is contained in:
@@ -34,7 +34,7 @@ let
|
||||
else if stdenv.hostPlatform.isAarch64 then
|
||||
"aarch64"
|
||||
else if stdenv.hostPlatform.isi686 then
|
||||
"386"
|
||||
"i386"
|
||||
else
|
||||
throw "Unsupported architecture: ${stdenv.hostPlatform.system}";
|
||||
in
|
||||
|
||||
@@ -14,7 +14,7 @@ let
|
||||
else if stdenv.hostPlatform.isAarch64 then
|
||||
"aarch64"
|
||||
else if stdenv.hostPlatform.isi686 then
|
||||
"386"
|
||||
"i386"
|
||||
else
|
||||
throw "Unsupported architecture: ${stdenv.hostPlatform.system}";
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user