me
/
guix
Archived
1
0
Fork 0

gnu: rust-gif-0.11: Remove duplicate definition.

* gnu/packages/crates-io.scm (rust-gif-0.11): Remove variable.
master
Efraim Flashner 2023-03-09 18:10:47 +02:00
parent d3b1000829
commit 4789ee105c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 22 deletions

View File

@ -24555,28 +24555,6 @@ permitted in ordinary Rust.")
;; Either license can be chosen at the users option.
(license (list license:expat license:asl2.0))))
(define-public rust-gif-0.11
(package
(name "rust-gif")
(version "0.11.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "gif" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1pnqfg0k84v0cnqyf85jqvwy3jcs580bfjaps5rzbl3kk5lqyrjs"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-color-quant" ,rust-color-quant-1)
("rust-weezl" ,rust-weezl-0.1))))
(home-page "https://github.com/image-rs/image-gif")
(synopsis "GIF de- and encoder")
(description "This crate provides a GIF de- and encoder.")
(license (list license:expat license:asl2.0))))
(define-public rust-gimli-0.26
(package
(name "rust-gimli")