1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 07:00:37 +02:00

gnu: Add rust-lv2-core-derive-2.

* gnu/packages/crates-io.scm (rust-lv2-core-derive-2): New variable.

Change-Id: Id0802cc667527147b40de8c36a451ed6b769912e
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Roman Scherer
2024-10-30 19:55:54 +01:00
committed by Efraim Flashner
parent 09006c8c61
commit c59ce7ba3b

View File

@@ -43558,6 +43558,27 @@ Server Protocol.")
("rust-serde-repr" ,rust-serde-repr-0.1)
("rust-url" ,rust-url-2))))))
(define-public rust-lv2-core-derive-2
(package
(name "rust-lv2-core-derive")
(version "2.1.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "lv2-core-derive" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "12w3l41jzargrcywz13hbmaazfw4ix2sljl3601h6jfbdrw8zybv"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))
(home-page "https://github.com/RustAudio/rust-lv2")
(synopsis "Procedural macros for lv2-core")
(description "This package provides Procedural macros for lv2-core.")
(license (list license:expat license:asl2.0))))
(define-public rust-lz4-1
(package
(name "rust-lz4")