mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-windows-acl-0.3.
* gnu/packages/crates-windows.scm (rust-windows-acl-0.3): New variable. Change-Id: I11dde60c6aa4ed92372ec417a929551928e1be37
This commit is contained in:
parent
3a5df6e87e
commit
f502663261
1 changed files with 23 additions and 0 deletions
|
@ -1547,6 +1547,29 @@ crate.")
|
|||
(base32
|
||||
"1hpk0n2z0jzzvwlvs98b75sa4q920953nqfc119rv19nwm0mlsaj"))))))
|
||||
|
||||
(define-public rust-windows-acl-0.3
|
||||
(package
|
||||
(name "rust-windows-acl")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows-acl" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1hyfng4dagfndxpwxynjk9zird8lhrp7zrsqc1h4rjvbk0iifyqp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-field-offset" ,rust-field-offset-0.3)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-widestring" ,rust-widestring-0.4)
|
||||
("rust-winapi" ,rust-winapi-0.3))))
|
||||
(home-page "https://trailofbits.github.io/windows-acl")
|
||||
(synopsis "Rust crate to simplify Windows ACL operations")
|
||||
(description
|
||||
"This package provides a rust crate to simplify Windows ACL operations.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-windows-bindgen-0.57
|
||||
(package
|
||||
(name "rust-windows-bindgen")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue