mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: Remove rust-smallbitvec-2.
* gnu/packages/crates-io.scm (rust-smallbitvec-2): Delete variable.
This commit is contained in:
parent
8ed2d5dc3d
commit
68fa820422
1 changed files with 0 additions and 22 deletions
|
@ -56519,28 +56519,6 @@ (define-public rust-sluice-0.4
|
||||||
("rust-futures-core-preview" ,rust-futures-core-preview-0.3)
|
("rust-futures-core-preview" ,rust-futures-core-preview-0.3)
|
||||||
("rust-futures-io-preview" ,rust-futures-io-preview-0.3))))))
|
("rust-futures-io-preview" ,rust-futures-io-preview-0.3))))))
|
||||||
|
|
||||||
(define-public rust-smallbitvec-2
|
|
||||||
(package
|
|
||||||
(name "rust-smallbitvec")
|
|
||||||
(version "2.5.1")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "smallbitvec" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0plrbldsjpwip3afbzd8fgrnvdhizcg5z4ncfqs4q6x4qjflzkkm"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-development-inputs
|
|
||||||
(("rust-bit-vec" ,rust-bit-vec-0.4)
|
|
||||||
("rust-rand" ,rust-rand-0.4))))
|
|
||||||
(home-page "https://github.com/servo/smallbitvec")
|
|
||||||
(synopsis "Bit vector optimized for size and inline storage")
|
|
||||||
(description "This package provides a bit vector optimized for size and
|
|
||||||
inline storage.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-smallvec-1
|
(define-public rust-smallvec-1
|
||||||
(package
|
(package
|
||||||
(name "rust-smallvec")
|
(name "rust-smallvec")
|
||||||
|
|
Loading…
Reference in a new issue