aboutsummaryrefslogtreecommitdiff
path: root/battering/packages
diff options
context:
space:
mode:
authorHanketsu <hanketsu@egregore.fun>2024-12-25 16:32:34 +0100
committerHanketsu <hanketsu@egregore.fun>2025-02-01 17:53:21 +0100
commitb1556aebfa50f9ab36081608bc145986e64430dc (patch)
tree86e5b1ebdd282ff0320676a81d7f87c3c0679bd4 /battering/packages
parent04d1b65b190e029559e784a5ce499322e799f7b8 (diff)
battering: Add 1 vendored packages.
* battering/packages/solana/crates-io.scm: New vendored packages.
Diffstat (limited to 'battering/packages')
-rw-r--r--battering/packages/solana/crates-io.scm35
1 files changed, 31 insertions, 4 deletions
diff --git a/battering/packages/solana/crates-io.scm b/battering/packages/solana/crates-io.scm
index f146bea..f974593 100644
--- a/battering/packages/solana/crates-io.scm
+++ b/battering/packages/solana/crates-io.scm
@@ -4128,6 +4128,36 @@ possible intended.")
(description "This package provides Solana utilities for the clap.")
(license license:asl2.0)))
+(define rust-solana-clap-v3-utils-2
+ (package
+ (name "rust-solana-clap-v3-utils")
+ (version "2.1.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "solana-clap-v3-utils" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1279xb98h1ap33fww0yfpm9x6camdbpdlf8llymnbcwa0vz9mrl9"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-chrono" ,rust-chrono-0.4)
+ ("rust-clap" ,rust-clap-3)
+ ("rust-rpassword" ,rust-rpassword-7)
+ ("rust-solana-derivation-path" ,rust-solana-derivation-path-2)
+ ("rust-solana-remote-wallet" ,rust-solana-remote-wallet-2)
+ ("rust-solana-sdk" ,rust-solana-sdk-2)
+ ("rust-solana-zk-token-sdk" ,rust-solana-zk-token-sdk-2)
+ ("rust-thiserror" ,rust-thiserror-1)
+ ("rust-tiny-bip39" ,rust-tiny-bip39-0.8)
+ ("rust-uriparse" ,rust-uriparse-0.6)
+ ("rust-url" ,rust-url-2))))
+ (home-page "https://anza.xyz/")
+ (synopsis "Solana utilities for the clap v3")
+ (description "This package provides Solana utilities for the clap v3.")
+ (license license:asl2.0)))
+
(define rust-solana-cli-config-2
(package
(name "rust-solana-cli-config")
@@ -8199,10 +8229,7 @@ implementation of BIP-0039.")
("rust-serde-json" ,rust-serde-json-1))))
(home-page "https://github.com/carllerche/tokio-serde")
(synopsis
- "Send and receive Serde encodable types over the network using Tokio.
-
-This library is used as a building block for serialization format specific
-libraries.")
+ "Send and receive Serde encodable types over the network using Tokio.")
(description
"This package provides Send and receive Serde encodable types over the network using Tokio. This
library is used as a building block for serialization format specific libraries.")