summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--unlustig.scm21
1 files changed, 21 insertions, 0 deletions
diff --git a/unlustig.scm b/unlustig.scm
index 6b00dac..fb724de 100644
--- a/unlustig.scm
+++ b/unlustig.scm
@@ -2189,3 +2189,24 @@ binding to JVM APIs from Rust")
"This package provides Automatic property based testing with shrinking.")
(license (list license:unlicense license:expat))))
+(define-public rust-core-foundation-0.2
+ (package
+ (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"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-core-foundation-sys" ,rust-core-foundation-sys-0.2)
+ ("rust-libc" ,rust-libc-0.2))))
+ (home-page "https://github.com/servo/core-foundation-rs")
+ (synopsis "Bindings to Core Foundation for macOS")
+ (description
+ "This package provides Bindings to Core Foundation for @code{macOS}.")
+ (license (list license:expat license:asl2.0))))
+