me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-empfindung-0.2.

* gnu/packages/crates-io.scm (rust-empfindung-0.2): New variable.
Nicolas Goaziou 2022-02-28 11:51:38 +01:00
parent 6244fb1741
commit 5ceb2a431d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -19489,6 +19489,30 @@ inclusion of Windows resources in the most resilient fashion imaginable.")
embedded systems.") embedded systems.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-empfindung-0.2
(package
(name "rust-empfindung")
(version "0.2.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "empfindung" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1h68h3sxsa79a47jag3yim5jm63ffz72ifj46xkn12j2s5nss85l"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-lab" ,rust-lab-0.11)
("rust-rgb" ,rust-rgb-0.8))))
(home-page "https://github.com/mina86/empfindung")
(synopsis "Rust implementation of the CIEDE2000 colour difference")
(description
"Empfindung is a pure-Rust implementation of the CIEDE2000 colour
difference.")
(license license:expat)))
(define-public rust-ena-0.14 (define-public rust-ena-0.14
(package (package
(name "rust-ena") (name "rust-ena")