mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Add rust-core-foundation-0.2.
* gnu/packages/crates-io.scm (rust-core-foundation-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
257e0b6817
commit
e689bfe230
1 changed files with 20 additions and 0 deletions
|
@ -5251,6 +5251,26 @@ (define-public rust-core-foundation-0.6
|
|||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-uuid" ,rust-uuid-0.5))))))
|
||||
|
||||
(define-public rust-core-foundation-0.2
|
||||
(package
|
||||
(inherit rust-core-foundation-0.6)
|
||||
(name "rust-core-foundation")
|
||||
(version "0.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "core-foundation" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0rvcn7ab5r69wvn7gby745jlpy8pirfywcdxbiypy083s93dggr5"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-core-foundation-sys" ,rust-core-foundation-sys-0.2)
|
||||
("rust-libc" ,rust-libc-0.2))))))
|
||||
|
||||
(define-public rust-core-foundation-sys-0.8
|
||||
(package
|
||||
(name "rust-core-foundation-sys")
|
||||
|
|
Loading…
Reference in a new issue