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:
Efraim Flashner 2024-12-19 10:44:12 +02:00
parent ea79683524
commit d8e39791e9
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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