stdenv: make is64bit evaluate true on aarch64

This should fix the NSS build.
This commit is contained in:
Tuomas Tynkkynen 2017-01-29 18:42:58 +02:00
parent 71fa504cf9
commit 18599495c4

View File

@ -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";