mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
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:
parent
d4bcf89519
commit
23b9d9271a
1 changed files with 3 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue