mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
gnu: Add rust-atomic-write-file-0.1.
* gnu/packages/crates-io.scm (rust-atomic-write-file-0.1): New variable. Change-Id: Iacb125736e44a46c2c986f25586a6f91489c2084 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8f3afb9f3a
commit
22b2c6e0ed
1 changed files with 20 additions and 0 deletions
|
@ -5005,6 +5005,26 @@ they're not available.")
|
|||
they're not available.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-atomic-write-file-0.1
|
||||
(package
|
||||
(name "rust-atomic-write-file")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "atomic-write-file" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0dl4x0srdwjxm3zz3fj1c7m44i3b7mjiad550fqklj1n4bfbxkgd"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-nix" ,rust-nix-0.27)
|
||||
("rust-rand" ,rust-rand-0.8))))
|
||||
(home-page "https://github.com/andreacorbellini/rust-atomic-write-file")
|
||||
(synopsis "Write files atomically to a file system")
|
||||
(description "Write files atomically to a file system.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public rust-atomic-waker-1
|
||||
(package
|
||||
(name "rust-atomic-waker")
|
||||
|
|
Loading…
Add table
Reference in a new issue