summaryrefslogtreecommitdiff
path: root/gnu/packages/crates-io.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-12-27 15:19:33 +0200
committerEfraim Flashner <efraim@flashner.co.il>2024-02-20 13:56:59 +0200
commit18526761648f8165777e2ef18d91ee3e3c7c8623 (patch)
tree0a80818dfe6a03d040b4692b6fa4c73027b3f698 /gnu/packages/crates-io.scm
parentf197a0835a2fef07c06d5a878051b42b2e1a82e4 (diff)
gnu: rust-schannel-0.1: Move to (gnu packages crates-windows).
* gnu/packages/crates-io.scm (rust-schannel-0.1): Move from here ... * gnu/packages/crates-windows.scm: ... to here. Change-Id: If83411c1a155d69fc92953900231e02da3d7443a
Diffstat (limited to 'gnu/packages/crates-io.scm')
-rw-r--r--gnu/packages/crates-io.scm24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5948238cd3..800e7d4e70 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -61895,30 +61895,6 @@ encodable types.")
single-cell matrices.")
(license license:bsd-3)))
-(define-public rust-schannel-0.1
- (package
- (name "rust-schannel")
- (version "0.1.21")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "schannel" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "1cxivcbczzfv4295pqi5s80kr7nhs7xc0i40zf43b7q5qw3gng3i"))))
- (build-system cargo-build-system)
- (arguments
- `(#:skip-build? #t
- #:cargo-inputs
- (("rust-windows-sys" ,rust-windows-sys-0.42))))
- (home-page "https://github.com/steffengy/schannel-rs")
- (synopsis "Rust bindings to the Windows SChannel APIs")
- (description
- "Rust bindings to the Windows SChannel APIs providing TLS client and
-server functionality.")
- (license license:expat)))
-
(define-public rust-scheduled-thread-pool-0.2
(package
(name "rust-scheduled-thread-pool")