gnu: rust-win-crypto-ng-0.5: Move to (gnu packages crates-windows).

* gnu/packages/crates-io.scm (rust-win-crypto-ng-0.5): Move from here ...
* gnu/packages/crates-windows.scm: ... to here.

Change-Id: I78b4e9c93f3ed76b8305113c424028434b62a2da
This commit is contained in:
Efraim Flashner 2023-12-27 15:25:19 +02:00
parent ee772f7d1b
commit 8ce9e24cb4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
3 changed files with 28 additions and 27 deletions

View file

@ -82423,33 +82423,6 @@ (define-public rust-wild-2
command-line, uniformly on all platforms")
(license (list license:asl2.0 license:expat))))
(define-public rust-win-crypto-ng-0.5
(package
(name "rust-win-crypto-ng")
(version "0.5.0")
(source (origin
(method url-fetch)
(uri (crate-uri "win-crypto-ng" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0faf5bd4d5kaf642yw91lh0n2bfwnz0l70bm85ysmj3dsj4hg9mf"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t ; Windows library
#:cargo-inputs
(("rust-cipher" ,rust-cipher-0.4)
("rust-doc-comment" ,rust-doc-comment-0.3)
("rust-rand-core" ,rust-rand-core-0.5)
("rust-winapi" ,rust-winapi-0.3)
("rust-zeroize" ,rust-zeroize-1))
#:cargo-development-inputs
(("rust-doc-comment" ,rust-doc-comment-0.3))))
(home-page "https://github.com/emgre/win-crypto-ng")
(synopsis "Safe bindings to Windows Cryptography API: Next Generation")
(description "Safe bindings to Windows Cryptography API: Next Generation")
(license license:bsd-3)))
(define-public rust-winapi-0.3
(package
(name "rust-winapi")

View file

@ -662,6 +662,33 @@ (define-public rust-user32-sys-0.2
See winapi for types and constants.")
(license license:expat)))
(define-public rust-win-crypto-ng-0.5
(package
(name "rust-win-crypto-ng")
(version "0.5.0")
(source (origin
(method url-fetch)
(uri (crate-uri "win-crypto-ng" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0faf5bd4d5kaf642yw91lh0n2bfwnz0l70bm85ysmj3dsj4hg9mf"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t ; Windows library
#:cargo-inputs
(("rust-cipher" ,rust-cipher-0.4)
("rust-doc-comment" ,rust-doc-comment-0.3)
("rust-rand-core" ,rust-rand-core-0.5)
("rust-winapi" ,rust-winapi-0.3)
("rust-zeroize" ,rust-zeroize-1))
#:cargo-development-inputs
(("rust-doc-comment" ,rust-doc-comment-0.3))))
(home-page "https://github.com/emgre/win-crypto-ng")
(synopsis "Safe bindings to Windows Cryptography API: Next Generation")
(description "Safe bindings to Windows Cryptography API: Next Generation")
(license license:bsd-3)))
(define-public rust-windows-0.48
(package
(name "rust-windows")

View file

@ -30,6 +30,7 @@ (define-module (gnu packages sequoia)
#:use-module (gnu packages crates-io)
#:use-module (gnu packages crates-tls)
#:use-module (gnu packages crates-web)
#:use-module (gnu packages crates-windows)
#:use-module (gnu packages llvm)
#:use-module (gnu packages multiprecision)
#:use-module (gnu packages nettle)