mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
gnu: Remove rust-napi-0.5.
* gnu/packages/crates-io.scm (rust-napi-0.5): Delete variable. Change-Id: I9ab7d7e578da54a2171131e7f56f562297d91983
This commit is contained in:
parent
31f540904c
commit
efe3033ef3
1 changed files with 0 additions and 26 deletions
|
@ -47755,32 +47755,6 @@ linear algebra library.")
|
|||
(description "This package provides N-API bindings.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-napi-0.5
|
||||
(package
|
||||
(inherit rust-napi-2)
|
||||
(name "rust-napi")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "napi" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mp0di7zv1r9gn3r3pmqnyy6q94akd9d6bl1p7m76nm9hgj9rw56"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t ; Wants node for napi-build-0.2 and napi-sys-0.4
|
||||
#:cargo-inputs
|
||||
(("rust-encoding-rs" ,rust-encoding-rs-0.8)
|
||||
("rust-futures" ,rust-futures-0.3)
|
||||
("rust-napi-sys" ,rust-napi-sys-0.4)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-tokio" ,rust-tokio-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-napi-build" ,rust-napi-build-0.2))))))
|
||||
|
||||
(define-public rust-napi-build-1
|
||||
(package
|
||||
(name "rust-napi-build")
|
||||
|
|
Loading…
Add table
Reference in a new issue