gnu: Add rust-which-1.0.

* gnu/packages/crates-io.scm (rust-which-1.0): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Valentin Ignatev 2020-01-19 02:02:52 +03:00 committed by Efraim Flashner
parent f039fbabad
commit 73a51ad01d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -16059,6 +16059,27 @@ attribute that is not in the shared backend crate.")
Locate installed executable in cross platforms.")
(license license:expat)))
(define-public rust-which-1.0
(package
(inherit rust-which-2.0)
(name "rust-which")
(version "1.0.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "which" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1cjwa57kzfgzs681a27m5pjmq580pv3hkcg23smf270bgqz60jp8"))))
(arguments
`(#:tests? #f
#:cargo-inputs
(("rust-libc" ,rust-libc-0.2))
#:cargo-development-inputs
(("rust-tempdir" ,rust-tempdir-0.3))))))
(define-public rust-widestring-0.4
(package
(name "rust-widestring")