mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
gnu: Remove rust-vec1-1.
* gnu/packages/crates-io.scm (rust-vec1-1): Delete variable. Change-Id: I15ac24ba27c1f9cd0c79e1095e1dfcea66c1ab05
This commit is contained in:
parent
c935c207b9
commit
4831997fd4
1 changed files with 0 additions and 24 deletions
|
@ -74639,30 +74639,6 @@ for @code{Valuable} types.")
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-vec1-1
|
||||
(package
|
||||
(name "rust-vec1")
|
||||
(version "1.8.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "vec1" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cv1b88k9fac0wlg3yzbkrwdxvyb8w9f14big5q9a3sgfwf67haz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-serde" ,rust-serde-1)
|
||||
("rust-smallvec" ,rust-smallvec-1))))
|
||||
(home-page "https://github.com/rustonaut/vec1/")
|
||||
(synopsis "Vec wrapper assuring that it has at least 1 element")
|
||||
(description
|
||||
"This package provides wrapper for a std::Vec assuring that it
|
||||
has at least 1 element.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-vek-0.15
|
||||
(package
|
||||
(name "rust-vek")
|
||||
|
|
Loading…
Add table
Reference in a new issue