From e440ed0ee1065a43b9213e1ab9e804fd2f19a484 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 26 Apr 2025 13:02:52 -0700 Subject: [PATCH] shells/nushell: Update BROKEN line --- shells/nushell/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile index c80b1a84831f..e01566f98b4f 100644 --- a/shells/nushell/Makefile +++ b/shells/nushell/Makefile @@ -11,7 +11,7 @@ WWW= https://www.nushell.sh/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_armv7= compilation fails, see https://github.com/rust-lang/rust/issues/140343 +BROKEN_armv7= compilation fails, see https://github.com/rust-lang/rust/issues/140343, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286368 USES= cargo localbase ssl USE_GITHUB= yes