mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-hex-literal-0.1: Don't skip the tests.
* gnu/packages/crates-io.scm (rust-hex-literal-0.1)[arguments]: Don't skip the tests. Change-Id: I3add2566ccc3be70705ba5e8960999745f61566e
This commit is contained in:
parent
ea79683524
commit
d8e39791e9
1 changed files with 3 additions and 6 deletions
|
@ -34465,14 +34465,11 @@ (define-public rust-hex-literal-0.1
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "hex-literal" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ffnn5g9q5xhdmzj2ic5hk9y18kyqflbmqcssqcya9gixs5r5hnx"))))
|
||||
(base32 "0ffnn5g9q5xhdmzj2ic5hk9y18kyqflbmqcssqcya9gixs5r5hnx"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; cannot find macro `proc_macro_call` in this scope
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-hex-literal-impl" ,rust-hex-literal-impl-0.1)
|
||||
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.4))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue