New comment by FollieHiyuki on void-packages repository https://github.com/void-linux/void-packages/pull/28341#issuecomment-774412012 Comment: > There is [nushell/nushell#485 (comment)](https://github.com/nushell/nushell/issues/485#issuecomment-670517995) so maybe we should build nushell with default features only? As reported here the `bson` feature of nushell doesn't build on arm. Otherwise it will build without any intervention like you would expect (the problem is not rust, but in extra features of nushell) The `vsed` command just deletes `bson` from the `extra` feature set, so that when we build with --feature=extra the `bson` feature will not get picked up > Build passes on x86_64-* with failed tests (expected, see nushell/nushell#2021). Tests are currently disabled because of this.