mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: Add rust-gix-tempfile-6.
* gnu/packages/crates-io.scm (rust-gix-tempfile-6): New variable. Change-Id: Ic38341fad6d443bab5e449f8aef3a5d24975bd4f
This commit is contained in:
parent
eb5da2a49a
commit
8c66000618
1 changed files with 30 additions and 0 deletions
|
@ -29844,6 +29844,36 @@ (define-public rust-git2-curl-0.17
|
|||
("rust-log" ,rust-log-0.4)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-gix-tempfile-6
|
||||
(package
|
||||
(name "rust-gix-tempfile")
|
||||
(version "6.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-tempfile" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "047baclw78xkzjg04z5290x7vhcz270jpw7vdm25rp7922q5qy5k"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-dashmap" ,rust-dashmap-5)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-fs" ,rust-gix-fs-0.2)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-parking-lot" ,rust-parking-lot-0.12)
|
||||
("rust-signal-hook" ,rust-signal-hook-0.3)
|
||||
("rust-signal-hook-registry" ,rust-signal-hook-registry-1)
|
||||
("rust-tempfile" ,rust-tempfile-3))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "Tempfile implementation with a global registry to assure cleanup")
|
||||
(description
|
||||
"This package provides a tempfile implementation with a global registry to
|
||||
assure cleanup.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-trace-0.1
|
||||
(package
|
||||
(name "rust-gix-trace")
|
||||
|
|
Loading…
Reference in a new issue