New comment by FollieHiyuki on void-packages repository https://github.com/void-linux/void-packages/pull/28341#issuecomment-774415702 Comment: A cleaner template with only `default` feature set works with cross build ``` # Template file for 'nushell' pkgname=nushell version=0.26.0 revision=1 build_style=cargo hostmakedepends="pkg-config libgit2-devel" makedepends="libressl-devel libgit2-devel" short_desc="Modern shell for the GitHub era" maintainer="Jan Christian Grünhage " license="MIT" homepage="https://www.nushell.sh/" changelog="https://www.nushell.sh/blog/" distfiles="https://github.com/nushell/nushell/archive/${version}.tar.gz" checksum=66fbfe1297997a3f6b2181cd723816150ad2453527c7cab6c83a9c67b9af2478 register_shell="/bin/nu" do_check() { : # cargo tests fail with argument --target } post_install() { vlicense LICENSE } ```