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:
Valentin Ignatev 2020-01-19 01:14:15 +03:00 committed by Efraim Flashner
parent 9376960957
commit 7abd6eecbb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")