mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: Add rust-security-framework-0.1.
* gnu/packages/crates-io.scm (rust-security-framework-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
9eb94c2471
commit
7712500a20
1 changed files with 25 additions and 0 deletions
|
@ -27274,6 +27274,31 @@ (define-public rust-security-framework-0.2
|
|||
(("rust-hex" ,rust-hex-0.3)
|
||||
("rust-tempdir" ,rust-tempdir-0.3))))))
|
||||
|
||||
(define-public rust-security-framework-0.1
|
||||
(package
|
||||
(inherit rust-security-framework-0.2)
|
||||
(name "rust-security-framework")
|
||||
(version "0.1.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "security-framework" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ci39ax08h2ngrl1yf1ra9smivhjs6xarmg7kp6fxracqpllx96z"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t ; MacOS specific
|
||||
#:cargo-inputs
|
||||
(("rust-core-foundation" ,rust-core-foundation-0.2)
|
||||
("rust-core-foundation-sys" ,rust-core-foundation-sys-0.2)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-security-framework-sys" ,rust-security-framework-sys-0.1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-hex" ,rust-hex-0.2)
|
||||
("rust-tempdir" ,rust-tempdir-0.3))))))
|
||||
|
||||
(define-public rust-security-framework-sys-2
|
||||
(package
|
||||
(name "rust-security-framework-sys")
|
||||
|
|
Loading…
Reference in a new issue