[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: Add rust-core-foundation-0.2.
From: |
guix-commits |
Subject: |
02/04: gnu: Add rust-core-foundation-0.2. |
Date: |
Sun, 3 Jan 2021 16:03:56 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit e689bfe230a4ced09eb295045c3804d394356ab1
Author: John Soo <jsoo1@asu.edu>
AuthorDate: Mon Oct 26 07:34:59 2020 -0700
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>
---
gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e74ca37..3fc64cd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -5251,6 +5251,26 @@ intrinsics.")
("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")