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
parent
904e8a4697
commit
45ad04e721
|
@ -6826,11 +6826,16 @@ combinators library.")
|
||||||
(base32
|
(base32
|
||||||
"0wrj3zvj6h3q26sqj9zxpd59frjb54n7jhjwf307clq31ic47vxw"))))
|
"0wrj3zvj6h3q26sqj9zxpd59frjb54n7jhjwf307clq31ic47vxw"))))
|
||||||
(build-system cargo-build-system)
|
(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")
|
(home-page "https://github.com/seanmonstar/num_cpus")
|
||||||
(synopsis "Get the number of CPUs on a machine")
|
(synopsis "Get the number of CPUs on a machine")
|
||||||
(description
|
(description
|
||||||
"Get the number of CPUs on a machine.")
|
"Get the number of CPUs on a machine.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Reference in New Issue