mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: Remove rust-thrussh-libsodium-0.1.
* gnu/packages/crates-io.scm (rust-thrussh-libsodium-0.1): Delete variable.
This commit is contained in:
parent
9a60d27dce
commit
e3f2ae6bd2
1 changed files with 0 additions and 28 deletions
|
@ -61523,34 +61523,6 @@ (define-public rust-thrift-0.13
|
||||||
"This crate provides Rust bindings for the Apache Thrift RPC system.")
|
"This crate provides Rust bindings for the Apache Thrift RPC system.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-thrussh-libsodium-0.1
|
|
||||||
(package
|
|
||||||
(name "rust-thrussh-libsodium")
|
|
||||||
(version "0.1.4")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "thrussh-libsodium" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0fjssjiwnmbxjvajk37l7k0fcw1ys97j7n8bpn3q3bbnz2qfrphv"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-libc" ,rust-libc-0.2)
|
|
||||||
("rust-pkg-config" ,rust-pkg-config-0.3))))
|
|
||||||
(native-inputs
|
|
||||||
(list pkg-config))
|
|
||||||
(inputs
|
|
||||||
(list libsodium))
|
|
||||||
(home-page "https://nest.pijul.com/pijul_org/thrussh")
|
|
||||||
(synopsis "Straightforward bindings to libsodium")
|
|
||||||
(description
|
|
||||||
"You can bind to libsodium from Rust with this crate.")
|
|
||||||
(license (list license:asl2.0 license:expat))))
|
|
||||||
|
|
||||||
(define-public rust-tiger-0.1
|
(define-public rust-tiger-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-tiger")
|
(name "rust-tiger")
|
||||||
|
|
Loading…
Reference in a new issue