mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
gnu: Remove rust-native-tls-0.1.
* gnu/packages/crates-tls.scm (rust-native-tls-0.1): Delete variable. Change-Id: Idba61e8a83704488c13bb4ec827b2f1b48305390
This commit is contained in:
parent
b44eb4782b
commit
3f7772c447
1 changed files with 0 additions and 23 deletions
|
@ -131,29 +131,6 @@
|
|||
implementation.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-native-tls-0.1
|
||||
(package
|
||||
(inherit rust-native-tls-0.2)
|
||||
(name "rust-native-tls")
|
||||
(version "0.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "native-tls" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1h7v80nlskyr7b1gsg4ivlpm6pilj6ybgvcwadj7ips3igfblkgp"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-lazy-static" ,rust-lazy-static-0.2)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-openssl" ,rust-openssl-0.9)
|
||||
("rust-schannel" ,rust-schannel-0.1)
|
||||
("rust-security-framework" ,rust-security-framework-0.1)
|
||||
("rust-security-framework-sys" ,rust-security-framework-sys-0.1)
|
||||
("rust-tempdir" ,rust-tempdir-0.3))))))
|
||||
|
||||
(define-public rust-rustls-0.21
|
||||
(package
|
||||
(name "rust-rustls")
|
||||
|
|
Loading…
Add table
Reference in a new issue