mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: rust-hex-literal-0.1: Skip tests.
* gnu/packages/crates-io.scm (rust-hex-literal-0.1)[arguments]: Skip the test suite. Change-Id: I9895c5d24187b3a84e2e2c49fae1c4ed3f00e202
This commit is contained in:
parent
210ee58d02
commit
48f72d1290
1 changed files with 2 additions and 1 deletions
|
@ -33586,7 +33586,8 @@ (define-public rust-hex-literal-0.1
|
||||||
(base32
|
(base32
|
||||||
"0ffnn5g9q5xhdmzj2ic5hk9y18kyqflbmqcssqcya9gixs5r5hnx"))))
|
"0ffnn5g9q5xhdmzj2ic5hk9y18kyqflbmqcssqcya9gixs5r5hnx"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:tests? #f ; cannot find macro `proc_macro_call` in this scope
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-hex-literal-impl" ,rust-hex-literal-impl-0.1)
|
(("rust-hex-literal-impl" ,rust-hex-literal-impl-0.1)
|
||||||
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.4))))))
|
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.4))))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue