From f8955038465efcf4f5c5135cbb9a950ac9f81fac Mon Sep 17 00:00:00 2001 From: msglm Date: Wed, 22 Jan 2025 08:29:29 -0600 Subject: add rust-core-foundation-0.2 --- unlustig.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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)))) + -- cgit v1.2.3