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
parent
210ee58d02
commit
48f72d1290
|
@ -33586,7 +33586,8 @@ compile time.")
|
|||
(base32
|
||||
"0ffnn5g9q5xhdmzj2ic5hk9y18kyqflbmqcssqcya9gixs5r5hnx"))))
|
||||
(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-proc-macro-hack" ,rust-proc-macro-hack-0.4))))))
|
||||
|
||||
|
|
Reference in New Issue