mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
stdenv: make is64bit evaluate true on aarch64
This should fix the NSS build.
This commit is contained in:
parent
71fa504cf9
commit
18599495c4
@ -343,6 +343,7 @@ let
|
||||
|| system == "x86_64-openbsd"
|
||||
|| system == "x86_64-cygwin"
|
||||
|| system == "x86_64-solaris"
|
||||
|| system == "aarch64-linux"
|
||||
|| system == "mips64el-linux";
|
||||
isMips = system == "mips-linux"
|
||||
|| system == "mips64el-linux";
|
||||
|
Loading…
Reference in New Issue
Block a user