mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: Add rust-core-foundation-sys-0.2.
* gnu/packages/crates-io.scm (rust-core-foundation-sys-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
c9c653603b
commit
257e0b6817
1 changed files with 18 additions and 0 deletions
|
@ -5295,6 +5295,24 @@ intrinsics.")
|
|||
(base32
|
||||
"0fzsw1j9g1x598yhwklg59l15hwzc0pyvs01w9fg2kin4598mjp7"))))))
|
||||
|
||||
(define-public rust-core-foundation-sys-0.2
|
||||
(package
|
||||
(inherit rust-core-foundation-sys-0.6)
|
||||
(name "rust-core-foundation-sys")
|
||||
(version "0.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "core-foundation-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13f7f3kblyj6yxcxm74yg84vj9ahaprlc1vgblagmj6bzmzmsnh6"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-libc" ,rust-libc-0.2))))))
|
||||
|
||||
(define-public rust-core-text-13
|
||||
(package
|
||||
(name "rust-core-text")
|
||||
|
|
Loading…
Add table
Reference in a new issue