mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: Add rust-osmesa-sys-0.1.
* gnu/packages/crates-io.scm (rust-osmesa-sys-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
c6c447701c
commit
f8bf241c93
1 changed files with 22 additions and 0 deletions
|
@ -8483,6 +8483,28 @@ (define-public rust-os-pipe-0.8
|
||||||
"A cross-platform library for opening OS pipes.")
|
"A cross-platform library for opening OS pipes.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-osmesa-sys-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-osmesa-sys")
|
||||||
|
(version "0.1.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "osmesa-sys" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0fq1q1zcgfb0qydrg9r2738jlwc4hqxgb9vj11z72bjxx7kfrkw8"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-shared-library" ,rust-shared-library-0.1))))
|
||||||
|
(home-page "https://crates.io/crates/osmesa-sys")
|
||||||
|
(synopsis "OSMesa library bindings for Rust")
|
||||||
|
(description "This package provides OSMesa library bindings for Rust.")
|
||||||
|
(license license:cc0)))
|
||||||
|
|
||||||
(define-public rust-owning-ref-0.4
|
(define-public rust-owning-ref-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-owning-ref")
|
(name "rust-owning-ref")
|
||||||
|
|
Loading…
Reference in a new issue