tachyon: build on aarch64-darwin

This commit is contained in:
George Huebner 2023-10-29 02:49:09 -05:00
parent 178fe4e17f
commit 1a7ea453d7
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
# see https://github.com/NixOS/nixpkgs/pull/117465
if stdenv.hostPlatform.system == "aarch64-linux" then "linux-arm" else
if stdenv.hostPlatform.system == "armv7l-linux" then "linux-arm" else
if stdenv.hostPlatform.system == "aarch64-darwin" then "macosx" else
if stdenv.hostPlatform.system == "x86_64-darwin" then "macosx-thr" else
if stdenv.hostPlatform.system == "i686-darwin" then "macosx-64-thr" else
if stdenv.hostPlatform.system == "i686-cygwin" then "win32" else