summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-01-14 12:36:53 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-01-14 12:36:53 +0200
commit59114ae759e27e1f53947b857ee1c4bc3ba3c9ef (patch)
tree2a93c84d015d1fb44970909e9008c8446c7fe218
parentfdf98de0e3aa048da0ec9e07f3b2872aba18fd9b (diff)
downloadpatches-59114ae759e27e1f53947b857ee1c4bc3ba3c9ef.tar
patches-59114ae759e27e1f53947b857ee1c4bc3ba3c9ef.tar.gz
gnu: rust-bencher-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-bencher-0.1)[arguments]: Skip build. [properties]: Remove field.
-rw-r--r--gnu/packages/crates-io.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2cb3d0c7dd..9f85bc8f22 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -488,13 +488,13 @@ trace (backtrace) at runtime in a Rust program.")
(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))))