gnu: rust-fixedbitset-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-fixedbitset-0.1)[arguments]: Skip build. [properties]: Remove field.
This commit is contained in:
parent
ced2466617
commit
0c44bf848c
1 changed files with 1 additions and 1 deletions
|
@ -3015,10 +3015,10 @@ cross platform API.")
|
||||||
(base32
|
(base32
|
||||||
"0czam11mi80dbyhf4rd4lz0ihcf7vkfchrdcrn45wbs0h40dxm46"))))
|
"0czam11mi80dbyhf4rd4lz0ihcf7vkfchrdcrn45wbs0h40dxm46"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://github.com/petgraph/fixedbitset")
|
(home-page "https://github.com/petgraph/fixedbitset")
|
||||||
(synopsis "FixedBitSet is a simple bitset collection")
|
(synopsis "FixedBitSet is a simple bitset collection")
|
||||||
(description "FixedBitSet is a simple bitset collection.")
|
(description "FixedBitSet is a simple bitset collection.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Reference in a new issue