mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: Add rust-detone-1.
* gnu/packages/crates-io.scm (rust-detone-1): New variable. Change-Id: I38a5770d825de170f829e5bc552152b539d735f2
This commit is contained in:
parent
bc983cc081
commit
e35b339e1b
1 changed files with 19 additions and 0 deletions
|
@ -20610,6 +20610,25 @@ (define-public rust-deser-hjson-1
|
||||||
(description "This package provides an Hjson deserializer for Serde.")
|
(description "This package provides an Hjson deserializer for Serde.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-detone-1
|
||||||
|
(package
|
||||||
|
(name "rust-detone")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "detone" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "052mnp8qjp71ypcv0ixvlw7isn1yv79qn05jrcfi9j2r70clq47p"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-development-inputs (("rust-unic-normal" ,rust-unic-normal-0.9))))
|
||||||
|
(home-page "https://docs.rs/detone/")
|
||||||
|
(synopsis "Decompose Vietnamese tone marks")
|
||||||
|
(description "Decompose Vietnamese tone marks.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-deunicode-0.4
|
(define-public rust-deunicode-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-deunicode")
|
(name "rust-deunicode")
|
||||||
|
|
Loading…
Reference in a new issue