mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-graphene-rs-0.19.
* gnu/packages/crates-gtk.scm (rust-graphene-rs-0.19): New variable. (rust-graphene-rs-0.18): Inherit from rust-graphene-rs-0.19. Change-Id: Icb7bda2bc9268dee0b13d9e264b4390ddecdfbd5
This commit is contained in:
parent
4b556e539c
commit
b4d37040be
1 changed files with 25 additions and 6 deletions
|
@ -2560,22 +2560,21 @@
|
|||
(("rust-shell-words" ,rust-shell-words-0.1)
|
||||
("rust-tempfile" ,rust-tempfile-3))))))
|
||||
|
||||
(define-public rust-graphene-rs-0.18
|
||||
(define-public rust-graphene-rs-0.19
|
||||
(package
|
||||
(name "rust-graphene-rs")
|
||||
(version "0.18.1")
|
||||
(version "0.19.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "graphene-rs" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "00f4q1ra4haap5i7lazwhkdgnb49fs8adk2nm6ki6mjhl76jh8iv"))))
|
||||
(base32 "1krblj6kbnixgkmz2b3494jmlm2xlv3qz5qm585frn943l1qdyzm"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; `Errors` doesn't implement `std::fmt::Display`
|
||||
#:cargo-inputs (("rust-glib" ,rust-glib-0.18)
|
||||
("rust-graphene-sys" ,rust-graphene-sys-0.18)
|
||||
`(#:cargo-inputs (("rust-glib" ,rust-glib-0.19)
|
||||
("rust-graphene-sys" ,rust-graphene-sys-0.19)
|
||||
("rust-libc" ,rust-libc-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
|
||||
|
@ -2586,6 +2585,26 @@
|
|||
(description "Rust bindings for the Graphene library.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-graphene-rs-0.18
|
||||
(package
|
||||
(inherit rust-graphene-rs-0.19)
|
||||
(name "rust-graphene-rs")
|
||||
(version "0.18.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "graphene-rs" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "00f4q1ra4haap5i7lazwhkdgnb49fs8adk2nm6ki6mjhl76jh8iv"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; `Errors` doesn't implement `std::fmt::Display`
|
||||
#:cargo-inputs (("rust-glib" ,rust-glib-0.18)
|
||||
("rust-graphene-sys" ,rust-graphene-sys-0.18)
|
||||
("rust-libc" ,rust-libc-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))))
|
||||
|
||||
(define-public rust-graphene-sys-0.19
|
||||
(package
|
||||
(name "rust-graphene-sys")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue