mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f039fbabad
commit
73a51ad01d
1 changed files with 21 additions and 0 deletions
|
@ -16059,6 +16059,27 @@ attribute that is not in the shared backend crate.")
|
||||||
Locate installed executable in cross platforms.")
|
Locate installed executable in cross platforms.")
|
||||||
(license license:expat)))
|
(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
|
(define-public rust-widestring-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-widestring")
|
(name "rust-widestring")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue