guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

21/23: gnu: Remove rust-native-tls-0.1.


From: guix-commits
Subject: 21/23: gnu: Remove rust-native-tls-0.1.
Date: Thu, 4 Jan 2024 15:39:10 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit fe6318dfc4e5b4fd4796c9f89a6b8fcf7a86fc40
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 4 22:30:08 2024 +0200

    gnu: Remove rust-native-tls-0.1.
    
    * gnu/packages/crates-tls.scm (rust-native-tls-0.1): Delete variable.
    
    Change-Id: Idba61e8a83704488c13bb4ec827b2f1b48305390
---
 gnu/packages/crates-tls.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/crates-tls.scm b/gnu/packages/crates-tls.scm
index f227f67723..8b246336a1 100644
--- a/gnu/packages/crates-tls.scm
+++ b/gnu/packages/crates-tls.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]