mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add rust-napi-build-0.2.
* gnu/packages/crates-io.scm (rust-napi-build-0.2): New variable.
This commit is contained in:
parent
8e07de3dbc
commit
0a0a560c90
1 changed files with 21 additions and 0 deletions
|
@ -15363,6 +15363,27 @@ (define-public rust-named-pipe-0.4
|
|||
IO of Windows's named pipes.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-napi-build-0.2
|
||||
(package
|
||||
(name "rust-napi-build")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "napi-build" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1z02mlw1wa01fjpjnqns3f3vxacbg1jnk98hcg3pgwp5xy3zdyqq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||
("rust-reqwest" ,rust-reqwest-0.10))))
|
||||
(home-page "https://github.com/napi-rs/napi-rs")
|
||||
(synopsis "N-API build support")
|
||||
(description "This package provides N-API build support.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-napi-derive-0.5
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue