about summary refs log tree commit diff
path: root/pkgs/tools/text/jumanpp
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/jumanpp')
-rw-r--r--pkgs/tools/text/jumanpp/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/text/jumanpp/default.nix b/pkgs/tools/text/jumanpp/default.nix
index 5bea259bccaf..5c6943b281df 100644
--- a/pkgs/tools/text/jumanpp/default.nix
+++ b/pkgs/tools/text/jumanpp/default.nix
@@ -27,5 +27,7 @@ stdenv.mkDerivation rec {
     license = licenses.asl20;
     maintainers = with maintainers; [ mt-caret ];
     platforms = platforms.all;
+    # never built on aarch64-darwin since first introduction in nixpkgs
+    broken = stdenv.isDarwin && stdenv.isAarch64;
   };
 }