mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: Add rust-pango-sys-0.9.
* gnu/packages/crates-io.scm (rust-pango-sys-0.9): New variable.
This commit is contained in:
parent
a3ea699eb3
commit
1386cad154
1 changed files with 31 additions and 0 deletions
|
@ -11422,6 +11422,37 @@ (define-public rust-pad-0.1
|
||||||
"This package provides a library for padding strings at runtime.")
|
"This package provides a library for padding strings at runtime.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-pango-sys-0.9
|
||||||
|
(package
|
||||||
|
(name "rust-pango-sys")
|
||||||
|
(version "0.9.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "pango-sys" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0zdynikh6jrfa31fpmbrwnz46a57idci73zzkf0z0g3vj223vfc6"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f ; Some test files not included in release.
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-glib-sys" ,rust-glib-sys-0.9)
|
||||||
|
("rust-gobject-sys" ,rust-gobject-sys-0.9)
|
||||||
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-pkg-config" ,rust-pkg-config-0.3))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-shell-words" ,rust-shell-words-0.1)
|
||||||
|
("rust-tempfile" ,rust-tempfile-3.1))))
|
||||||
|
(inputs
|
||||||
|
`(("pango" ,pango)))
|
||||||
|
(home-page "https://gtk-rs.org/")
|
||||||
|
(synopsis "FFI bindings to libpango-1.0")
|
||||||
|
(description "This package provides FFI bindings to @code{libpango-1.0}.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-parity-wasm-0.40
|
(define-public rust-parity-wasm-0.40
|
||||||
(package
|
(package
|
||||||
(name "rust-parity-wasm")
|
(name "rust-parity-wasm")
|
||||||
|
|
Loading…
Reference in a new issue