me
/
guix
Archived
1
0
Fork 0

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
Valentin Ignatev 2020-01-18 21:04:40 +03:00 committed by Efraim Flashner
parent c6c447701c
commit f8bf241c93
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 22 additions and 0 deletions

View File

@ -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")