guix-commits
[Top][All Lists]
Advanced

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

260/299: gnu: Add rust-futf-0.1.


From: guix-commits
Subject: 260/299: gnu: Add rust-futf-0.1.
Date: Thu, 2 Jan 2020 13:20:00 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit f76bbcb6e35b4cfc71ac7daff54388f729ee9e40
Author: John Soo <address@hidden>
Date:   Fri Dec 20 08:29:02 2019 -0800

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 797c921..55825f2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -3225,6 +3225,30 @@ pseudorandom number generator")
     (properties '((hidden? . #t)))
     (license license:bsd-3)))
 
+(define-public rust-futf-0.1
+  (package
+    (name "rust-futf")
+    (version "0.1.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "futf" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0fxc18bnabird5jl941nsd6d25vq8cn8barmz4d30dlkzbiir73w"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-mac" ,rust-mac-0.1)
+        ("rust-new-debug-unreachable" ,rust-new-debug-unreachable-1.0))))
+    (home-page "https://github.com/servo/futf";)
+    (synopsis "Handling fragments of UTF-8")
+    (description "Handling fragments of UTF-8.")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-futures-0.1
   (package
     (name "rust-futures")



reply via email to

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