mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
lib/systems: fix qemuArch for aarch64_be (#500620)
This commit is contained in:
commit
c9fdda7d5a
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ let
|
|||
if final.isAarch32 then
|
||||
"arm"
|
||||
else if final.isAarch64 then
|
||||
"aarch64"
|
||||
"aarch64${optionalString final.isBigEndian "_be"}"
|
||||
else if final.isS390 && !final.isS390x then
|
||||
null
|
||||
else if final.isx86_64 then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue