me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 2 additions and 0 deletions

View File

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