mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Add rust-oboe-sys-0.4.
* gnu/packages/crates-io.scm (rust-oboe-sys-0.4): New variable. Change-Id: Ib9d97f8149cfc53d801ecdbc3ac51d5e3a8cf370 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
c46a347b4a
commit
319dc4986a
1 changed files with 24 additions and 0 deletions
|
@ -46206,6 +46206,30 @@ (define-public rust-object-0.27
|
||||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
|
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
|
||||||
("rust-wasmparser" ,rust-wasmparser-0.57))))))
|
("rust-wasmparser" ,rust-wasmparser-0.57))))))
|
||||||
|
|
||||||
|
(define-public rust-oboe-sys-0.4
|
||||||
|
(package
|
||||||
|
(name "rust-oboe-sys")
|
||||||
|
(version "0.4.5")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "oboe-sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1gcl494yy880h2gfgsbdd32g2h0s1n94v58j5hil9mrf6yvsnw1k"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:skip-build? #t ; requires Android libs
|
||||||
|
#:cargo-inputs `(("rust-bindgen" ,rust-bindgen-0.59)
|
||||||
|
("rust-cc" ,rust-cc-1)
|
||||||
|
("rust-fetch-unroll" ,rust-fetch-unroll-0.3))))
|
||||||
|
(home-page "https://github.com/katyo/oboe-rs")
|
||||||
|
(synopsis
|
||||||
|
"Unsafe bindings for oboe an android library for low latency audio IO")
|
||||||
|
(description
|
||||||
|
"Unsafe bindings for oboe an android library for low latency audio IO.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-odds-0.3
|
(define-public rust-odds-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-odds")
|
(name "rust-odds")
|
||||||
|
|
Loading…
Reference in a new issue