guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/20: gnu: Add rust-objc-exception-0.1.


From: guix-commits
Subject: 17/20: gnu: Add rust-objc-exception-0.1.
Date: Wed, 12 Feb 2020 15:22:58 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 897a409af205ff41099fa3b60ba5624ecf4d5336
Author: Valentin Ignatev <address@hidden>
AuthorDate: Thu Jan 16 17:31:15 2020 +0300

    gnu: Add rust-objc-exception-0.1.
    
    * gnu/packages/crates-io.scm (rust-objc-exception-0.1): New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2e8a375..a5c9aa4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -7984,6 +7984,31 @@ giga, kibi.")
      "This package can convert numbers into stack-allocated byte arrays.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-objc-exception-0.1
+  (package
+    (name "rust-objc-exception")
+    (version "0.1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "objc-exception" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "191cmdmlypp6piw67y4m8y5swlxf5w0ss8n1lk5xd2l1ans0z5xd"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-cc" ,rust-cc-1.0))))
+    (home-page "http://github.com/SSheldon/rust-objc-exception";)
+    (synopsis "Rust interface for Objective-C's throw and try/catch 
statements")
+    (description
+     "This package provides a Rust interface for Objective-C's throw and
+try/catch statements.")
+    (license license:expat)))
+
 (define-public rust-objc-test-utils-0.0
   (package
     (name "rust-objc-test-utils")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]