mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-anymap-0.12: Allow build.
* gnu/packages/crates-io.scm (rust-anymap-0.12)[arguments]: Remove `#:skip-build? #t'. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I643ad8a8a8b5fcb805e9ee9a1f648fd47792906b
This commit is contained in:
parent
e6880b0a14
commit
b9925b2417
1 changed files with 6 additions and 9 deletions
|
@ -2144,17 +2144,14 @@ (define-public rust-anymap-0.12
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "anymap" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0i23vv38i22aazp5z2hz0a44b943b6w5121kwwnpq1brpm1l559k"))))
|
||||
(base32 "0i23vv38i22aazp5z2hz0a44b943b6w5121kwwnpq1brpm1l559k"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page
|
||||
"https://github.com/chris-morgan/anymap")
|
||||
(synopsis
|
||||
"Safe and convenient store for one value of each type")
|
||||
(arguments
|
||||
`(#:tests? #f)) ; cannot transmute between types of different sizes
|
||||
(home-page "https://github.com/chris-morgan/anymap")
|
||||
(synopsis "Safe and convenient store for one value of each type")
|
||||
(description
|
||||
"This package provides a safe and convenient store for one value of each
|
||||
type.")
|
||||
|
|
Loading…
Reference in a new issue