mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: Add rust-temp-dir-0.1.
* gnu/packages/crates-io.scm (rust-temp-dir-0.1): New variable. Change-Id: I5234272c61caadf3d6d02fa1493cb738ff23952f
This commit is contained in:
parent
211b242f62
commit
75493f25c6
1 changed files with 20 additions and 0 deletions
|
@ -84775,6 +84775,26 @@ (define-public rust-tectonic-xetex-layout-0.2
|
|||
a C API.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-temp-dir-0.1
|
||||
(package
|
||||
(name "rust-temp-dir")
|
||||
(version "0.1.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "temp-dir" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0wiwpkkxln7ykj44029bmc86cariqq2mjwllrdjzf4jgygpfc7mw"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs (("rust-safe-lock" ,rust-safe-lock-0.1))))
|
||||
(home-page "https://gitlab.com/leonhard-llc/ops")
|
||||
(synopsis "Simple temporary directory with cleanup")
|
||||
(description
|
||||
"This package provides a simple temporary directory with cleanup.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-temp-env-0.3
|
||||
(package
|
||||
(name "rust-temp-env")
|
||||
|
|
Loading…
Reference in a new issue