mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add rust-csscolorparser-0.6.
* gnu/packages/crates-io.scm (rust-csscolorparser-0.6): New variable. Change-Id: I2936f096164c31b2eafc41a574b8b7945414a215 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8be061b6cf
commit
7ffa5df228
1 changed files with 24 additions and 0 deletions
|
@ -17336,6 +17336,30 @@ (define-public rust-crunchy-0.2
|
|||
number ``crunching``.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-csscolorparser-0.6
|
||||
(package
|
||||
(name "rust-csscolorparser")
|
||||
(version "0.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "csscolorparser" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1gxh11hajx96mf5sd0az6mfsxdryfqvcfcphny3yfbfscqq7sapb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-cint" ,rust-cint-0.3)
|
||||
("rust-lab" ,rust-lab-0.11)
|
||||
("rust-phf" ,rust-phf-0.11)
|
||||
("rust-rgb" ,rust-rgb-0.8)
|
||||
("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs (("rust-serde-test" ,rust-serde-test-1))))
|
||||
(home-page "https://github.com/mazznoer/csscolorparser-rs")
|
||||
(synopsis "CSS color parser library")
|
||||
(description "This crate is a CSS color parser library.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-cssparser-0.33
|
||||
(package
|
||||
(name "rust-cssparser")
|
||||
|
|
Loading…
Reference in a new issue