mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: rust-bencher-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-bencher-0.1)[arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
fdf98de0e3
commit
59114ae759
1 changed files with 1 additions and 1 deletions
|
@ -488,13 +488,13 @@ (define-public rust-bencher-0.1
|
|||
(base32
|
||||
"1x8p2xblgqssay8cdykp5pkfc0np0jk5bs5cx4f5av097aav9zbx"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:skip-build? #t))
|
||||
(home-page "https://github.com/bluss/bencher/")
|
||||
(synopsis "Port of the libtest benchmark runner to Rust stable")
|
||||
(description "This package provides a port of the libtest (unstable Rust)
|
||||
benchmark runner to Rust stable releases. Supports running benchmarks and
|
||||
filtering based on the name. Benchmark execution works exactly the same way
|
||||
and no more (caveat: black_box is still missing!).")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue