mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Add rust-relative-path-1.
* gnu/packages/crates-io.scm (rust-relative-path-1): New variable.
This commit is contained in:
parent
d84c250f92
commit
001638a510
1 changed files with 23 additions and 0 deletions
|
@ -21355,6 +21355,29 @@ (define-public rust-regex-syntax-0.3
|
||||||
(("rust-quickcheck" ,rust-quickcheck-0.2)
|
(("rust-quickcheck" ,rust-quickcheck-0.2)
|
||||||
("rust-rand" ,rust-rand-0.3))))))
|
("rust-rand" ,rust-rand-0.3))))))
|
||||||
|
|
||||||
|
(define-public rust-relative-path-1
|
||||||
|
(package
|
||||||
|
(name "rust-relative-path")
|
||||||
|
(version "1.3.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "relative_path" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"152zdks8chgsq4vmp562bx6whvixm7gzivab1cf8rs1r634ggbv5"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-serde" ,rust-serde-1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-serde" ,rust-serde-1))))
|
||||||
|
(home-page "https://docs.rs/crate/relative-path/")
|
||||||
|
(synopsis "Portable, relative paths for Rust")
|
||||||
|
(description "This package provides portable, relative paths for Rust.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-remove-dir-all-0.5
|
(define-public rust-remove-dir-all-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-remove-dir-all")
|
(name "rust-remove-dir-all")
|
||||||
|
|
Loading…
Reference in a new issue