mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add rust-canonical-path-2.
* gnu/packages/crates-io.scm (rust-canonical-path-2): New variable. Change-Id: I06107b79440c7c67312a2bbd6992db9aa16b4aa2
This commit is contained in:
parent
d91c2edcb3
commit
f81186fcad
1 changed files with 22 additions and 0 deletions
|
@ -10590,6 +10590,28 @@ (define-public rust-camino-1
|
|||
(description "This package provides a UTF-8 paths.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-canonical-path-2
|
||||
(package
|
||||
(name "rust-canonical-path")
|
||||
(version "2.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "canonical-path" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0vvsjda6ka5nz8zvx6r08zqi0j59sjccgcbjxj96xj764w9y1sg6"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs (("rust-tempfile" ,rust-tempfile-3))))
|
||||
(home-page "https://github.com/iqlusioninc/crates/")
|
||||
(synopsis
|
||||
"Path and PathBuf-like types for representing canonical filesystem paths")
|
||||
(description
|
||||
"This package provides Path and @code{PathBuf-like} types for representing
|
||||
canonical filesystem paths.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-cap-0.1
|
||||
(package
|
||||
(name "rust-cap")
|
||||
|
|
Loading…
Reference in a new issue