gnu: rust-rustls-native-certs-0.5: Inherit from rust-rustls-native-certs-0.6.
* gnu/packages/crates-io.scm (rust-rustls-native-certs-0.5): Inherit from rust-rustls-native-certs-0.6. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
parent
eb86149330
commit
f1303827de
|
@ -48589,6 +48589,7 @@ native certificate store.")
|
||||||
|
|
||||||
(define-public rust-rustls-native-certs-0.5
|
(define-public rust-rustls-native-certs-0.5
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-rustls-native-certs-0.6)
|
||||||
(name "rust-rustls-native-certs")
|
(name "rust-rustls-native-certs")
|
||||||
(version "0.5.0")
|
(version "0.5.0")
|
||||||
(source
|
(source
|
||||||
|
@ -48598,20 +48599,13 @@ native certificate store.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14i0bbbigk6r6262hvc51vz4dvqk1f3vg2f264wfvn2vi30vf1ss"))))
|
(base32 "14i0bbbigk6r6262hvc51vz4dvqk1f3vg2f264wfvn2vi30vf1ss"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-openssl-probe" ,rust-openssl-probe-0.1)
|
(("rust-openssl-probe" ,rust-openssl-probe-0.1)
|
||||||
("rust-rustls" ,rust-rustls-0.19)
|
("rust-rustls" ,rust-rustls-0.19)
|
||||||
("rust-schannel" ,rust-schannel-0.1)
|
("rust-schannel" ,rust-schannel-0.1)
|
||||||
("rust-security-framework" ,rust-security-framework-2))))
|
("rust-security-framework" ,rust-security-framework-2))))))
|
||||||
(home-page "https://github.com/ctz/rustls-native-certs")
|
|
||||||
(synopsis "Use the platform native certificate store with rustls")
|
|
||||||
(description "@code{rustls-native-certs} allows rustls to use the platform
|
|
||||||
native certificate store.")
|
|
||||||
(license
|
|
||||||
(list license:asl2.0 license:isc license:expat))))
|
|
||||||
|
|
||||||
(define-public rust-rustls-native-certs-0.4
|
(define-public rust-rustls-native-certs-0.4
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue