me
/
guix
Archived
1
0
Fork 0

gnu: rust-num-cpus-1.10: Don't hide package.

* gnu/packages/crates-io.scm (rust-num-cpus-1.10)[arguments]: Skip
build. Add rust-libc-0.2 to cargo-inputs. Add rust-doc-comment-0.3 to
cargo-development-inputs.
[properties]: Remove field.
master
Efraim Flashner 2020-01-21 18:19:39 +02:00
parent 904e8a4697
commit 45ad04e721
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 1 deletions

View File

@ -6826,11 +6826,16 @@ combinators library.")
(base32
"0wrj3zvj6h3q26sqj9zxpd59frjb54n7jhjwf307clq31ic47vxw"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-libc" ,rust-libc-0.2))
#:cargo-development-inputs
(("rust-doc-comment" ,rust-doc-comment-0.3))))
(home-page "https://github.com/seanmonstar/num_cpus")
(synopsis "Get the number of CPUs on a machine")
(description
"Get the number of CPUs on a machine.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))