mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add rust-graphene-sys-0.18.
* gnu/packages/crates-gtk.scm (rust-graphene-sys-0.18): New variable. Change-Id: I90fd74b62dc291454b47a606129bfd75508ff994 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
9ec6e5b6cd
commit
25d492f2e5
1 changed files with 26 additions and 0 deletions
|
@ -1910,6 +1910,32 @@ (define-public rust-gobject-sys-0.9
|
||||||
(("rust-shell-words" ,rust-shell-words-0.1)
|
(("rust-shell-words" ,rust-shell-words-0.1)
|
||||||
("rust-tempfile" ,rust-tempfile-3))))))
|
("rust-tempfile" ,rust-tempfile-3))))))
|
||||||
|
|
||||||
|
(define-public rust-graphene-sys-0.18
|
||||||
|
(package
|
||||||
|
(name "rust-graphene-sys")
|
||||||
|
(version "0.18.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "graphene-sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0n8zlg7z26lwpnvlqp1hjlgrs671skqwagdpm7r8i1zwx3748hfc"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-glib-sys" ,rust-glib-sys-0.18)
|
||||||
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-pkg-config" ,rust-pkg-config-0.3)
|
||||||
|
("rust-system-deps" ,rust-system-deps-6))
|
||||||
|
#:cargo-development-inputs (("rust-shell-words" ,rust-shell-words-1)
|
||||||
|
("rust-tempfile" ,rust-tempfile-3))))
|
||||||
|
(native-inputs (list pkg-config))
|
||||||
|
(inputs (list glib graphene))
|
||||||
|
(home-page "https://gtk-rs.org/")
|
||||||
|
(synopsis "FFI bindings to libgraphene-1.0")
|
||||||
|
(description "FFI bindings to libgraphene-1.0.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-gstreamer-0.18
|
(define-public rust-gstreamer-0.18
|
||||||
(package
|
(package
|
||||||
(name "rust-gstreamer")
|
(name "rust-gstreamer")
|
||||||
|
|
Loading…
Reference in a new issue