mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add rust-napi-sys-0.4.
* gnu/packages/crates-io.scm (rust-napi-sys-0.4): New variable.
This commit is contained in:
parent
08d59bc870
commit
8e07de3dbc
1 changed files with 32 additions and 0 deletions
|
@ -15387,6 +15387,38 @@ (define-public rust-napi-derive-0.5
|
|||
(description "This package provides N-API procedural macros.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-napi-sys-0.4
|
||||
(package
|
||||
(name "rust-napi-sys")
|
||||
(version "0.4.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "napi-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cjirf6n4i2lw65iaww8d4hahv3cbfm5ka9hlansvnbfgzwadzq9"))))
|
||||
(build-system cargo-build-system)
|
||||
(inputs
|
||||
`(("openssl" ,openssl)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bindgen" ,rust-bindgen-0.55)
|
||||
("rust-semver" ,rust-semver-0.10)
|
||||
("rust-tar" ,rust-tar-0.4))
|
||||
#:cargo-development-inputs
|
||||
(("rust-flate2" ,rust-flate2-1)
|
||||
("rust-glob" ,rust-glob-0.3)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-reqwest" ,rust-reqwest-0.10))))
|
||||
(home-page "https://github.com/napi-rs/napi-rs")
|
||||
(synopsis "NodeJS N-API raw binding")
|
||||
(description "This package provides a NodeJS N-API raw binding.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-native-tls-0.2
|
||||
(package
|
||||
(name "rust-native-tls")
|
||||
|
|
Loading…
Reference in a new issue