me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2023-11-04 21:59:23 +02:00
parent 210ee58d02
commit 48f72d1290
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -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))))))