mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
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:
parent
5372ca3a7f
commit
b259616330
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue