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
This commit is contained in:
Efraim Flashner 2023-11-04 21:56:46 +02:00
parent 5372ca3a7f
commit b259616330
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -25971,6 +25971,8 @@ (define-public rust-feature-probe-0.1
(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