mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add rust-owned-ttf-parser-0.19.
* gnu/packages/crates-io.scm (rust-owned-ttf-parser-0.19): New variable.
This commit is contained in:
parent
3f9dfac5fa
commit
c89e95f5c6
1 changed files with 20 additions and 0 deletions
|
@ -41337,6 +41337,26 @@ (define-public rust-overload-0.1
|
|||
"This package provides a macro to simplify operator overloading.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-owned-ttf-parser-0.19
|
||||
(package
|
||||
(name "rust-owned-ttf-parser")
|
||||
(version "0.19.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "owned-ttf-parser" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"192v6mjgy2fv7z8n7wm6548pikngcc293l9qh8xdc4s147iffvbh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-ttf-parser" ,rust-ttf-parser-0.19))))
|
||||
(home-page "https://github.com/alexheretic/owned-ttf-parser")
|
||||
(synopsis "Ttf-parser plus support for owned data")
|
||||
(description
|
||||
"This package provides a ttf-parser plus support for owned data.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-owned-ttf-parser-0.6
|
||||
(package
|
||||
(name "rust-owned-ttf-parser")
|
||||
|
|
Loading…
Reference in a new issue