guix-commits
[Top][All Lists]
Advanced

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

216/299: gnu: Add rust-phf-shared-0.7.


From: guix-commits
Subject: 216/299: gnu: Add rust-phf-shared-0.7.
Date: Thu, 2 Jan 2020 13:19:49 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit bf500b6efd9ac7db4a7e12ee5fd42d003272881d
Author: John Soo <address@hidden>
Date:   Thu Dec 19 09:46:22 2019 -0800

    gnu: Add rust-phf-shared-0.7.
    
    * gnu/packages/crates-io.scm (rust-phf-shared-0.7): 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 808deb3..839c4fd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6046,6 +6046,31 @@ algorithm.")
 algorithms.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-phf-shared-0.7
+  (package
+    (name "rust-phf-shared")
+    (version "0.7.24")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "phf-shared" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "18371fla0vsj7d6d5rlfb747xbr2in11ar9vgv5qna72bnhp2kr3"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-siphasher" ,rust-siphasher-0.2)
+        ("rust-unicase" ,rust-unicase-2.4))))
+    (home-page "https://github.com/sfackler/rust-phf";)
+    (synopsis "Support code shared by PHF libraries")
+    (description
+     "Support code shared by PHF libraries.")
+    (license license:expat)))
+
 (define-public rust-pico-sys-0.0
   (package
     (name "rust-pico-sys")



reply via email to

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