mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add rust-lv2-time-0.1.
* gnu/packages/crates-io.scm (rust-lv2-time-0.1): New variable. Change-Id: Id9067756e436de89b17d646530415355eae949d2 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
f0f1ebfc2e
commit
1713a43ad6
1 changed files with 20 additions and 0 deletions
|
@ -43596,6 +43596,26 @@ (define-public rust-lv2-sys-2
|
||||||
(description "This package provides Rust LV2 C header bindings.")
|
(description "This package provides Rust LV2 C header bindings.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-lv2-time-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-lv2-time")
|
||||||
|
(version "0.1.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "lv2-time" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0wznk17vvn5dph6r47vjwmf7g98pb6ij2fdhizdk95sf2qvkf82c"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-lv2-sys" ,rust-lv2-sys-2)
|
||||||
|
("rust-urid" ,rust-urid-0.1))))
|
||||||
|
(home-page "https://github.com/RustAudio/rust-lv2")
|
||||||
|
(synopsis "Rust LV2 wrapper for LV2 time types")
|
||||||
|
(description "This package provides a Rust LV2 wrapper for LV2 time types.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-lv2-units-0.1
|
(define-public rust-lv2-units-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-lv2-units")
|
(name "rust-lv2-units")
|
||||||
|
|
Loading…
Reference in a new issue