mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
musl: set arch for aarch64 (#359046)
This commit is contained in:
commit
07c91eefe4
@ -39,6 +39,8 @@ let
|
|||||||
then "x86_64"
|
then "x86_64"
|
||||||
else if stdenv.hostPlatform.isx86_32
|
else if stdenv.hostPlatform.isx86_32
|
||||||
then "i386"
|
then "i386"
|
||||||
|
else if stdenv.hostPlatform.isAarch64
|
||||||
|
then "aarch64"
|
||||||
else null;
|
else null;
|
||||||
|
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user