[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
235/299: gnu: Add rust-phf-0.7.
From: |
guix-commits |
Subject: |
235/299: gnu: Add rust-phf-0.7. |
Date: |
Thu, 2 Jan 2020 13:19:54 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 983903efb0924a6a2ab0c9b38ae178eebcc72c27
Author: John Soo <address@hidden>
Date: Thu Dec 19 10:31:23 2019 -0800
gnu: Add rust-phf-0.7.
* gnu/packages/crates-io.scm (rust-phf-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 1b8467c..1838957 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6425,6 +6425,31 @@ algorithm.")
algorithms.")
(license (list license:expat license:asl2.0))))
+(define-public rust-phf-0.7
+ (package
+ (name "rust-phf")
+ (version "0.7.24")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "phf" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "066xwv4dr6056a9adlkarwp4n94kbpwngbmd47ngm3cfbyw49nmk"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-phf-macros" ,rust-phf-macros-0.7)
+ ("rust-phf-shared" ,rust-phf-shared-0.7))))
+ (home-page "https://github.com/sfackler/rust-phf")
+ (synopsis "Runtime support for perfect hash function data structures")
+ (description
+ "Runtime support for perfect hash function data structures.")
+ (license license:expat)))
+
(define-public rust-phf-generator-0.7
(package
(name "rust-phf-generator")
- 275/299: gnu: rust-wasm-bindgen-test-macro-0.2: Skip build., (continued)
- 275/299: gnu: rust-wasm-bindgen-test-macro-0.2: Skip build., guix-commits, 2020/01/02
- 274/299: gnu: rust-wasm-bindgen-shared-0.2: Skip build., guix-commits, 2020/01/02
- 290/299: gnu: rust-regex-syntax-0.6: Skip build., guix-commits, 2020/01/02
- 286/299: gnu: rust-clippy-0.0: Build with rust-term-0.5., guix-commits, 2020/01/02
- 292/299: gnu: rust-log-0.4: Skip build., guix-commits, 2020/01/02
- 289/299: gnu: rust-termcolor-1.0: Skip build., guix-commits, 2020/01/02
- 298/299: gnu: rust-rand-0.4: Update to 0.4.6., guix-commits, 2020/01/02
- 208/299: gnu: Add rust-ignore-0.4., guix-commits, 2020/01/02
- 220/299: gnu: Add rust-once-cell-1.2., guix-commits, 2020/01/02
- 230/299: gnu: Add rust-shared-child-0.3., guix-commits, 2020/01/02
- 235/299: gnu: Add rust-phf-0.7.,
guix-commits <=
- 246/299: gnu: Add rust-pulldown-cmark-0.4., guix-commits, 2020/01/02
- 247/299: gnu: Add rust-model-0.1., guix-commits, 2020/01/02
- 268/299: gnu: Add rust-version-sync-0.8., guix-commits, 2020/01/02
- 271/299: gnu: rust-rand-core-0.3: Skip build., guix-commits, 2020/01/02
- 269/299: gnu: Add ripgrep., guix-commits, 2020/01/02
- 278/299: gnu: rust-winapi-0.3: Skip build., guix-commits, 2020/01/02
- 283/299: gnu: rust-ws2-32-sys-0.2: Skip build., guix-commits, 2020/01/02
- 284/299: gnu: rust-cbindgen: Move to rust-apps.scm, guix-commits, 2020/01/02
- 291/299: gnu: rust-lazy-static-1.3: Skip build., guix-commits, 2020/01/02
- 285/299: gnu: crates-io.scm: Sort alphabetically., guix-commits, 2020/01/02