me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-nu-plugin-post-0.26.

* gnu/packages/shells.scm (rust-nu-plugin-post-0.26): New variable.
master
Nicolas Goaziou 2021-02-11 00:36:26 +01:00
parent 4244cc9aa2
commit 21fec9f8fd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 30 additions and 0 deletions

View File

@ -1381,6 +1381,36 @@ files and text.")
(description "Nushell Plugin")
(license expat)))
(define-public rust-nu-plugin-post-0.26
(package
(name "rust-nu-plugin-post")
(version "0.26.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "nu_plugin_post" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "05frjzgrci7f9fvfqls3067ipnn2ihqxydimi7kbwajs0kzj7b45"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-base64" ,rust-base64-0.12)
("rust-futures" ,rust-futures-0.3)
("rust-nu-errors" ,rust-nu-errors-0.26)
("rust-nu-plugin" ,rust-nu-plugin-0.26)
("rust-nu-protocol" ,rust-nu-protocol-0.26)
("rust-nu-source" ,rust-nu-source-0.26)
("rust-num-traits" ,rust-num-traits-0.2)
("rust-serde-json" ,rust-serde-json-1)
("rust-surf" ,rust-surf-1)
("rust-url" ,rust-url-2))))
(home-page "https://www.nushell.sh")
(synopsis "HTTP post plugin for Nushell")
(description "This package is an HTTP post plugin for Nushell.")
(license expat)))
(define-public rust-nu-plugin-ps-0.26
(package
(name "rust-nu-plugin-ps")