me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-image-0.20.

* gnu/packages/crates-io.scm (rust-image-0.20): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Valentin Ignatev 2020-01-26 01:30:07 +03:00 committed by Efraim Flashner
parent 4e832827e2
commit d899e93052
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 31 additions and 0 deletions

View File

@ -6844,6 +6844,37 @@ for the most common image formats.")
("rust-num-complex" ,rust-num-complex-0.2)
("rust-quickcheck" ,rust-quickcheck-0.6))))))
(define-public rust-image-0.20
(package
(inherit rust-image-0.21)
(name "rust-image")
(version "0.20.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "image" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"01058n0jcw25pq5shn7lkvywv8c28xsxb3nwwyb4r16ijm1mnrj4"))))
(arguments
`(#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3)
("rust-gif" ,rust-gif-0.10)
("rust-jpeg-decoder" ,rust-jpeg-decoder-0.1)
("rust-lzw" ,rust-lzw-0.10)
("rust-num-iter" ,rust-num-iter-0.1)
("rust-num-rational" ,rust-num-rational-0.2)
("rust-num-traits" ,rust-num-traits-0.2)
("rust-png" ,rust-png-0.12)
("rust-scoped-threadpool" ,rust-scoped-threadpool-0.1)
("rust-tiff" ,rust-tiff-0.2))
#:cargo-development-inputs
(("rust-glob" ,rust-glob-0.2)
("rust-num-complex" ,rust-num-complex-0.2)
("rust-quickcheck" ,rust-quickcheck-0.6))))))
(define-public rust-indexmap-1.0
(package
(name "rust-indexmap")