diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-11-12 10:31:34 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-11-12 10:31:34 +0000 |
commit | 7235682d070927c5a0bc8efc81af5f4e5c1a2694 (patch) | |
tree | bb6d88b089141fe7c7454356b083345b61e5afff | |
parent | f8761f6eff49d3f23a8b49d37aba149a46cbe2dc (diff) |
shells/nu_plugin_formats: Broken on 15 armv7
Reported by: fallout
-rw-r--r-- | shells/nu_plugin_formats/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/nu_plugin_formats/Makefile b/shells/nu_plugin_formats/Makefile index 64d3363bef9e..4158a83d23bc 100644 --- a/shells/nu_plugin_formats/Makefile +++ b/shells/nu_plugin_formats/Makefile @@ -11,6 +11,8 @@ WWW= https://www.nushell.sh/ LICENSE= MIT +BROKEN_FreeBSD_15_armv7= compilation fails, see https://github.com/nix-rust/nix/issues/2535 + USES= cargo PLIST_FILES= bin/${PORTNAME} |