mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: Add rust-same-file-0.1.
* gnu/packages/crates-io.scm (rust-same-file-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
9376960957
commit
7abd6eecbb
1 changed files with 22 additions and 0 deletions
|
@ -11765,6 +11765,28 @@ (define-public rust-same-file-1.0
|
||||||
(license (list license:unlicense
|
(license (list license:unlicense
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-same-file-0.1
|
||||||
|
(package
|
||||||
|
(inherit rust-same-file-1.0)
|
||||||
|
(name "rust-same-file")
|
||||||
|
(version "0.1.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "same-file" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"19qpl6j8s3ph9jm8rh1k0wp2nkyw5ah34xly00vqcfx4v97s8cfr"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
|
||||||
|
("rust-winapi" ,rust-winapi-0.2))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-rand" ,rust-rand-0.3))))))
|
||||||
|
|
||||||
(define-public rust-schannel-0.1
|
(define-public rust-schannel-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-schannel")
|
(name "rust-schannel")
|
||||||
|
|
Loading…
Reference in a new issue