mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add rust-hyphenation-commons-0.8.
* gnu/packages/crates-io.scm (rust-hyphenation-commons-0.8): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
12bdba7035
commit
510b9ff26f
1 changed files with 28 additions and 0 deletions
|
@ -19132,6 +19132,34 @@ (define-public rust-hyper-tls-0.3
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-tokio" ,rust-tokio-0.1))))))
|
(("rust-tokio" ,rust-tokio-0.1))))))
|
||||||
|
|
||||||
|
(define-public rust-hyphenation-commons-0.8
|
||||||
|
(package
|
||||||
|
(name "rust-hyphenation-commons")
|
||||||
|
(version "0.8.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "hyphenation_commons" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"089jv1pr718aq0yjfcv6x0zljw9f73jm15khdsydzfln3ci7n4hj"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build?
|
||||||
|
#t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-fst" ,rust-fst-0.4)
|
||||||
|
("rust-serde" ,rust-serde-1))))
|
||||||
|
(home-page
|
||||||
|
"https://github.com/tapeinosyne/hyphenation")
|
||||||
|
(synopsis
|
||||||
|
"Proemial code for the @code{hyphenation} library")
|
||||||
|
(description
|
||||||
|
"This package provides a proemial code for the @code{hyphenation} library.")
|
||||||
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-ident-case-1
|
(define-public rust-ident-case-1
|
||||||
(package
|
(package
|
||||||
(name "rust-ident-case")
|
(name "rust-ident-case")
|
||||||
|
|
Loading…
Reference in a new issue