gnu: rust-threadpool-1.7: Don't hide package.

* gnu/packages/crates-io.scm (rust-threadpool-1.7)[arguments]: Add
rust-num-cpus-1.11 to cargo-inputs.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-02-18 10:50:10 +02:00
parent d4bcf89519
commit 23b9d9271a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -13715,12 +13715,14 @@ (define-public rust-threadpool-1.7
(base32
"0rd89n1q7vy47w4c32cnynibffv9kj3jy3dwr0536n9lbw5ckw72"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-num-cpus" ,rust-num-cpus-1.11))))
(home-page "https://github.com/rust-threadpool/rust-threadpool")
(synopsis "Thread pool for running jobs on a fixed set of worker threads")
(description
"This package provides a thread pool for running a number of jobs on a
fixed set of worker threads.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))