Archived
1
0
Fork 0

gnu: Add rust-caps-0.3.

* gnu/packages/crates-io.scm (rust-caps-0.3): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
John Soo 2019-12-19 10:12:12 -08:00 committed by Efraim Flashner
parent 2997d267ba
commit 372719b517
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -906,6 +906,33 @@ little-endian.")
"The ChaCha family of stream ciphers.")
(license (list license:asl2.0 license:expat))))
(define-public rust-caps-0.3
(package
(name "rust-caps")
(version "0.3.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "caps" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1vplgzx8nifzr3f0l8ca77jqnz3fdymdg0ickacgdvawc44a3n90"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-errno" ,rust-errno-0.2)
("rust-error-chain" ,rust-error-chain-0.12)
("rust-libc" ,rust-libc-0.2))))
(home-page "https://github.com/lucab/caps-rs")
(synopsis "Pure-Rust library to work with Linux capabilities")
(description
"This package provides a pure-Rust library to work with Linux
capabilities")
(license (list license:expat license:asl2.0))))
(define-public rust-cargon-0.0
(package
(name "rust-cargon")