mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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 @@ (define-public rust-fixedbitset-0.1
|
|||
(base32
|
||||
"0czam11mi80dbyhf4rd4lz0ihcf7vkfchrdcrn45wbs0h40dxm46"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:skip-build? #t))
|
||||
(home-page "https://github.com/petgraph/fixedbitset")
|
||||
(synopsis "FixedBitSet is a simple bitset collection")
|
||||
(description "FixedBitSet is a simple bitset collection.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue