gnu: rust-feature-probe-0.1: Skip tests.
* gnu/packages/crates-io.scm (rust-feature-probe-0.1)[arguments]: Skip the test suite. Change-Id: I7129e0b873d70cc4cad20164417dfcfb512a1719
parent
5372ca3a7f
commit
b259616330
|
@ -25971,6 +25971,8 @@ descriptors limit.")
|
|||
(base32 "1nhif9zpr2f17gagf0qb0v914wc3jr9sfjzvnpi7b7pcs73ksnl3"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/tov/feature-probe-rs")
|
||||
(arguments
|
||||
`(#:tests? #f)) ; Tests don't compile
|
||||
(synopsis "Probe for rustc features from build.rs")
|
||||
(description "To support multiple versions of Rust, it's often necessary
|
||||
to conditionally compile parts of our libraries or programs. It's possible to
|
||||
|
|
Reference in New Issue