gnu: Add rust-napi-derive-0.5.

* gnu/packages/crates-io.scm (rust-napi-derive-0.5): New variable.
This commit is contained in:
Arun Isaac 2020-09-21 00:25:52 +05:30
parent 23e96e41cb
commit 69cc75561e
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3

View File

@ -15278,6 +15278,30 @@ statically-sized or dynamically-sized matrices.")
IO of Windows's named pipes.")
(license (list license:expat license:asl2.0))))
(define-public rust-napi-derive-0.5
(package
(name "rust-napi-derive")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "napi-derive" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0kkgpzw4i6f0zkg80v9vhr7y5rg25q3kv67029i1gcgsrxlqx4zi"))))
(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/napi-rs/napi-rs")
(synopsis "N-API procedural macros")
(description "This package provides N-API procedural macros.")
(license license:expat)))
(define-public rust-native-tls-0.2
(package
(name "rust-native-tls")