diff --git a/srcpkgs/bcachefs-tools/template b/srcpkgs/bcachefs-tools/template index e8ab8e89876..2adc7465fde 100644 --- a/srcpkgs/bcachefs-tools/template +++ b/srcpkgs/bcachefs-tools/template @@ -17,6 +17,10 @@ homepage="https://bcachefs.org/" distfiles="https://github.com/koverstreet/bcachefs-tools/archive/refs/tags/v${version}.tar.gz" checksum=1221514e85fc5a3804f9c27b68116a8b3a727645112f19f0932d52ac971da48f +if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then + broken="32-bit support is broken in upstream" +fi + export VERSION=v${version} export RUST_TARGET