aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-06-21 00:42:18 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-06-21 01:52:58 +0000
commitb322a4fa5165865014e623c643091658e3c187f9 (patch)
tree6889b8c2cf14630da5a5ab687b9efacbf53fb66c
parent34dd20a2d61e84ff14c1ad2ccbcded4a7de70cf4 (diff)
shells/nushell: Broken on aarch64
Reported by: fallout
-rw-r--r--shells/nushell/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile
index 16a9e1f3ce33..22692c75f9d7 100644
--- a/shells/nushell/Makefile
+++ b/shells/nushell/Makefile
@@ -10,6 +10,8 @@ WWW= https://www.nushell.sh/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= compilation fails, see https://github.com/nushell/nushell/issues/13194
+
USES= cargo localbase ssl
USE_GITHUB= yes