mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: Add rust-camino-tempfile-1.
* gnu/packages/crates-io.scm (rust-camino-tempfile-1): New variable. Change-Id: I2cff87d821868b379fb71311663693d0e86e6dba Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
c2ed437b09
commit
4543b88e66
1 changed files with 22 additions and 0 deletions
|
@ -10649,6 +10649,28 @@ brightness between monitors.")
|
||||||
(description "This package provides a UTF-8 paths.")
|
(description "This package provides a UTF-8 paths.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-camino-tempfile-1
|
||||||
|
(package
|
||||||
|
(name "rust-camino-tempfile")
|
||||||
|
(version "1.1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "camino-tempfile" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1hk3a8x7950qg9vfl9fjwxyjd659fq6wvchrz4kx9r41z9am146b"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-camino" ,rust-camino-1)
|
||||||
|
("rust-tempfile" ,rust-tempfile-3))))
|
||||||
|
(home-page "https://github.com/camino-rs/camino-tempfile")
|
||||||
|
(synopsis "Manage temporary files and directories with UTF-8 paths")
|
||||||
|
(description
|
||||||
|
"This package provides a library for managing temporary files and
|
||||||
|
directories, with UTF-8 paths.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-canonical-path-2
|
(define-public rust-canonical-path-2
|
||||||
(package
|
(package
|
||||||
(name "rust-canonical-path")
|
(name "rust-canonical-path")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue