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>master
parent
c6c447701c
commit
f8bf241c93
|
@ -8483,6 +8483,28 @@ under its new name.")
|
|||
"A cross-platform library for opening OS pipes.")
|
||||
(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
|
||||
(package
|
||||
(name "rust-owning-ref")
|
||||
|
|
Reference in New Issue