[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/13: gnu: Add rust-common-path-1.
From: |
guix-commits |
Subject: |
07/13: gnu: Add rust-common-path-1. |
Date: |
Fri, 14 May 2021 11:04:51 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit baca15bf6c0f41460547d4df1edb4d9500e5a7a3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 14 14:29:28 2021 +0200
gnu: Add rust-common-path-1.
* gnu/packages/crates-io.scm (rust-common-path-1): New variable.
---
gnu/packages/crates-io.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 09b2e81..a5944dc 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -7736,6 +7736,25 @@ combinator.")
and 1.0.")
(license (list license:expat license:asl2.0))))
+(define-public rust-common-path-1
+ (package
+ (name "rust-common-path")
+ (version "1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "common-path" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "00firjly5xpb5hhmivnnhwakr1cwbqv8ckzyj0vbxczl89czg0i3"))))
+ (build-system cargo-build-system)
+ (arguments `(#:skip-build? #t))
+ (home-page "https://gitlab.com/pwoolcoc/common-path")
+ (synopsis "Find the common prefix between a set of paths")
+ (description
+ "Common path finds the common prefix between a set of paths.")
+ (license (list license:expat license:asl2.0))))
+
;; This package requires features which are unavailable
;; on the stable releases of Rust.
(define-public rust-compiler-builtins-0.1
- 01/13: gnu: Add rust-webbrowser-0.5., (continued)
- 01/13: gnu: Add rust-webbrowser-0.5., guix-commits, 2021/05/14
- 02/13: gnu: Add rust-gjson-0.7., guix-commits, 2021/05/14
- 04/13: gnu: rust-either-1: Update to 1.6.1., guix-commits, 2021/05/14
- 06/13: gnu: rust-dyn-clone-1: Update to 1.0.4., guix-commits, 2021/05/14
- 11/13: gnu: rust-as-slice-0.1: Update to 0.1.5., guix-commits, 2021/05/14
- 13/13: gnu: nushell: Update to 0.31.0., guix-commits, 2021/05/14
- 03/13: gnu: rust-sysinfo-0.16: Update to 0.16.5., guix-commits, 2021/05/14
- 05/13: gnu: rust-which-4: Update to 4.1.0., guix-commits, 2021/05/14
- 08/13: gnu: rust-generic-array-0.13: Update to 0.13.3., guix-commits, 2021/05/14
- 10/13: gnu: rust-generic-array-0.12: Update to 0.12.4., guix-commits, 2021/05/14
- 07/13: gnu: Add rust-common-path-1.,
guix-commits <=
- 09/13: gnu: rust-generic-array-0.14: Update to 0.14.4., guix-commits, 2021/05/14
- 12/13: gnu: Add rust-heapless-0.6., guix-commits, 2021/05/14