Skip to content

Commit

Permalink
stdenv: make is64bit evaluate true on aarch64
Browse files Browse the repository at this point in the history
This should fix the NSS build.
  • Loading branch information
dezgeg committed Jan 29, 2017
1 parent 71fa504 commit 1859949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/stdenv/generic/default.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 1859949

Please sign in to comment.