mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add rust-core-foundation-sys.
* gnu/packages/crates-io.scm (rust-core-foundation-sys): New variable.
This commit is contained in:
parent
e9e4980db9
commit
73645bcb47
1 changed files with 20 additions and 0 deletions
|
@ -200,6 +200,26 @@ (define-public rust-cloudabi
|
|||
"Low level interface to CloudABI. Contains all syscalls and related types.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public rust-core-foundation-sys
|
||||
(package
|
||||
(name "rust-core-foundation-sys")
|
||||
(version "0.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "core-foundation-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0fzsw1j9g1x598yhwklg59l15hwzc0pyvs01w9fg2kin4598mjp7"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/servo/core-foundation-rs")
|
||||
(synopsis "Bindings to Core Foundation for OS X")
|
||||
(description
|
||||
"Bindings to Core Foundation for OS X.")
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-discard
|
||||
(package
|
||||
(name "rust-discard")
|
||||
|
|
Loading…
Reference in a new issue