guix-commits
[Top][All Lists]
Advanced

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

27/34: gnu: Add rust-infer-0.2.


From: guix-commits
Subject: 27/34: gnu: Add rust-infer-0.2.
Date: Wed, 6 Jan 2021 12:32:35 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c3af32acb9b2febcf8a04fa2b5d1204f37abe594
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Dec 24 11:50:06 2020 +0100

    gnu: Add rust-infer-0.2.
    
    * gnu/packages/crates-io.scm (rust-infer-0.2): New variable.
---
 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 95f0a72..17c96b9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -15503,6 +15503,26 @@ or numerical index.  A corresponding hash set type is 
also provided.")
 Rust.")
     (license license:expat)))
 
+(define-public rust-infer-0.2
+  (package
+    (name "rust-infer")
+    (version "0.2.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "infer" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1b4ziqcv0d1wga5yfqf620dkgzijsdw3ylnzq61bfaxla2d85sb4"))))
+    (build-system cargo-build-system)
+    (arguments `(#:tests? #false))      ;missing files
+    (home-page "https://github.com/bojand/infer";)
+    (synopsis "Infer file types based on its magic number signature")
+    (description
+     "This crate infers a file types based on its magic number
+signature.")
+    (license license:expat)))
+
 (define-public rust-inflate-0.4
   (package
     (name "rust-inflate")



reply via email to

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