gnu: Add rust-wincolor-0.1.
* gnu/packages/crates-io.scm (rust-wincolor-0.1): New variable.
This commit is contained in:
parent
b2e8c572e3
commit
a1c004c373
1 changed files with 17 additions and 0 deletions
|
@ -45917,6 +45917,23 @@ (define-public rust-wincolor-1
|
|||
(license (list license:unlicense
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-wincolor-0.1
|
||||
(package
|
||||
(inherit rust-wincolor-1)
|
||||
(name "rust-wincolor")
|
||||
(version "0.1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wincolor" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0rvpvv26a8c4dla5i5hsxlkvjcjjbl0dylhhg4147m54lfcn9c7f"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-win-crypto-ng-0.4
|
||||
(package
|
||||
(name "rust-win-crypto-ng")
|
||||
|
|
Loading…
Reference in a new issue