about summary refs log tree commit diff
path: root/pkgs/applications/virtualization
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-12-14 00:02:18 +0000
committerGitHub <noreply@github.com>2022-12-14 00:02:18 +0000
commit1e7dd9869471903f497dc6718d54d2962171069e (patch)
tree6025cee27ab6e39cb32c4f21ab9db02a42962bb9 /pkgs/applications/virtualization
parentd07c2d73fdab1933dc8f325977d361f761442f1c (diff)
parente156da2bddd43db457cc300b704ceab1f9362658 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/virtualization')
-rw-r--r--pkgs/applications/virtualization/xhyve/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/virtualization/xhyve/default.nix b/pkgs/applications/virtualization/xhyve/default.nix
index f093e94696cf8..2d66f8351411f 100644
--- a/pkgs/applications/virtualization/xhyve/default.nix
+++ b/pkgs/applications/virtualization/xhyve/default.nix
@@ -33,5 +33,7 @@ stdenv.mkDerivation rec {
     maintainers = [ maintainers.lnl7 ];
     license = licenses.bsd2;
     platforms = platforms.darwin;
+    # never built on aarch64-darwin since first introduction in nixpkgs
+    broken = stdenv.isDarwin && stdenv.isAarch64;
   };
 }