Michael Rohleder writes: > * gnu/packages/crates-io.scm (rust-generic-array-0.14)[arguments]: Add #:tests? #false. > --- > gnu/packages/crates-io.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) This may fix the build, but instead we'd just be shipping software where the test suite fails. If we do want to go that way of disabling the test suite, I think it would be good to make sure the issue is reported upstream, and link to that bug report in the package definition, does that make sense? Thanks, Chris