1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 00:30:30 +02:00

gnu: Fix build of rust-criterion-0.3.

* gnu/packages/crates-check.scm (rust-criterion-0.3): Fix build by adjusting tests
[arguments]<cargo-test-flags>: skip macro tests.

Change-Id: Iea15bad94b710397c80d6693ba4f6b9664d5663b
Signed-off-by: Steve George <steve@futurile.net>
This commit is contained in:
Steve George
2025-03-23 08:39:50 +00:00
committed by Hilton Chain
parent b911d40126
commit 9c61f66eef

View File

@@ -157,7 +157,8 @@
(sha256
(base32 "13yd64ah93gkbdv7qq4cr6rhgl9979jjcjk3gkhnav1b7glns7dh"))))
(arguments
`(#:cargo-inputs
`(#:cargo-test-flags '("--release" "--" "--skip=macros")
#:cargo-inputs
(("rust-async-std" ,rust-async-std-1)
("rust-atty" ,rust-atty-0.2)
("rust-cast" ,rust-cast-0.3)