mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: Remove rust-napi-derive-0.5.
* gnu/packages/crates-io.scm (rust-napi-derive-0.5): Delete variable. Change-Id: I011eb8100e0bb139844313e9dfdfa8acce53966f
This commit is contained in:
parent
9fa8c55223
commit
05bd320b61
1 changed files with 0 additions and 19 deletions
|
@ -47847,25 +47847,6 @@ (define-public rust-napi-derive-2
|
|||
(description "This package provides N-API procedural macros.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-napi-derive-0.5
|
||||
(package
|
||||
(inherit rust-napi-derive-2)
|
||||
(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"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))))
|
||||
|
||||
(define-public rust-napi-derive-backend-1
|
||||
(package
|
||||
(name "rust-napi-derive-backend")
|
||||
|
|
Loading…
Reference in a new issue