mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: Add rust-resize-0.3.
* gnu/packages/crates-io.scm (rust-resize-0.3): New variable.
This commit is contained in:
parent
d7b0db6e4e
commit
8c6d92164d
1 changed files with 23 additions and 0 deletions
|
@ -19787,6 +19787,29 @@ (define-public rust-reopen-0.3
|
||||||
(description "File reopening utility.")
|
(description "File reopening utility.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-resize-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-resize")
|
||||||
|
(version "0.3.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "resize" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1ai83laz5yvg4r7z9q8d1m0vq0fqj2ycyprw5fxzxyzaj3im7rmr"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-development-inputs
|
||||||
|
(("rust-png" ,rust-png-0.15))))
|
||||||
|
(home-page "https://github.com/PistonDevelopers/resize")
|
||||||
|
(synopsis "Simple image resampling library in pure Rust")
|
||||||
|
(description
|
||||||
|
"This package provides a simple image resampling library in pure Rust.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-resolv-conf-0.6
|
(define-public rust-resolv-conf-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-resolv-conf")
|
(name "rust-resolv-conf")
|
||||||
|
|
Loading…
Reference in a new issue