mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: Add rust-as-raw-xcb-connection-1.
* gnu/packages/crates-io.scm (rust-as-raw-xcb-connection-1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
d79a46100b
commit
a9768093cc
1 changed files with 18 additions and 0 deletions
|
@ -4589,6 +4589,24 @@ (define-public rust-asn1-rs-impl-0.1
|
||||||
"This package provides implementation details for the @code{asn1-rs} crate.")
|
"This package provides implementation details for the @code{asn1-rs} crate.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-as-raw-xcb-connection-1
|
||||||
|
(package
|
||||||
|
(name "rust-as-raw-xcb-connection")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "as-raw-xcb-connection" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1am99fbsp5f5vnbvr0qnjma36q49c9zvdbn0czwwvian18mk2prd"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/psychon/as-raw-xcb-connection")
|
||||||
|
(synopsis "Trait to facilitate interoperatibility with libxcb C API")
|
||||||
|
(description "This package provides trait to facilitate interoperatibility
|
||||||
|
with @code{libxcb} C API.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-as-slice-0.2
|
(define-public rust-as-slice-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-as-slice")
|
(name "rust-as-slice")
|
||||||
|
|
Loading…
Reference in a new issue