[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/21: gnu: rust-schannel-0.1: Don't hide package.
From: |
guix-commits |
Subject: |
19/21: gnu: rust-schannel-0.1: Don't hide package. |
Date: |
Wed, 15 Jan 2020 02:04:04 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 000f42f4f606f4fdf2e3adb3d9129d693aee0ab5
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Jan 14 21:23:36 2020 +0200
gnu: rust-schannel-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-schannel-0.1)[arguments]: Skip build.
Add rust-lazy-static-1.3, rust-winapi-0.3 to cargo-inputs.
[properties]: Remove field.
---
gnu/packages/crates-io.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 63ffddb..d8ad71d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8585,12 +8585,16 @@ paths point to the same file.")
(base32
"0f9k4pm8yc3z0n1n8hazvnrvg52f0sfxjc91bhf3r76rb3rapxpj"))))
(build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-lazy-static" ,rust-lazy-static-1.3)
+ ("rust-winapi" ,rust-winapi-0.3))))
(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.")
- (properties '((hidden? . #t)))
(license license:expat)))
(define-public rust-scoped-threadpool-0.1
- 12/21: gnu: rust-rustc-hash-1.0: Update to 1.0.1., (continued)
- 12/21: gnu: rust-rustc-hash-1.0: Update to 1.0.1., guix-commits, 2020/01/15
- 11/21: gnu: rust-rustc-hash-1.0: Don't hide package., guix-commits, 2020/01/15
- 13/21: gnu: rust-rustc-serialize-0.3: Don't hide package., guix-commits, 2020/01/15
- 09/21: gnu: rust-resolv-conf-0.6: Don't hide package., guix-commits, 2020/01/15
- 17/21: gnu: rust-same-file-1.0: Don't hide package., guix-commits, 2020/01/15
- 20/21: gnu: rust-schannel-0.1: Update to 0.1.16., guix-commits, 2020/01/15
- 14/21: gnu: rust-rustc-std-workspace-core-1.0: Don't hide package., guix-commits, 2020/01/15
- 15/21: gnu: rust-safemem-0.3: Don't hide package., guix-commits, 2020/01/15
- 16/21: gnu: rust-safemem-0.3: Update to 0.3.3., guix-commits, 2020/01/15
- 18/21: gnu: rust-same-file-1.0: Upgrade to 1.0.6., guix-commits, 2020/01/15
- 19/21: gnu: rust-schannel-0.1: Don't hide package.,
guix-commits <=
- 21/21: gnu: rust-scoped-threadpool-0.1: Don't hide package., guix-commits, 2020/01/15