guix-commits
[Top][All Lists]
Advanced

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

24/29: gnu: Add rust-canonical-path-2.


From: guix-commits
Subject: 24/29: gnu: Add rust-canonical-path-2.
Date: Sat, 19 Feb 2022 05:42:17 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit b561886e990f7dc0fc75cdeeda1688d0ff4172e1
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Sat Feb 5 15:14:10 2022 +0100

    gnu: Add rust-canonical-path-2.
    
    * gnu/pacakges/crates-io.scm (rust-canonical-path-2): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 60136a035d..c1e60ec65e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9446,6 +9446,27 @@ spreadsheet file.")
     (description "This package provides a UTF-8 paths.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-canonical-path-2
+  (package
+    (name "rust-canonical-path")
+    (version "2.0.2")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "canonical-path" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0vvsjda6ka5nz8zvx6r08zqi0j59sjccgcbjxj96xj764w9y1sg6"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t))
+    (home-page "https://github.com/iqlusioninc/crates/";)
+    (synopsis "Path and PathBuf-like types for canonical filesystem paths")
+    (description
+     "This package provides Path and PathBuf-like types for representing
+canonical filesystem paths.")
+    (license license:asl2.0)))
+
 (define-public rust-capnp-0.13
   (package
     (name "rust-capnp")



reply via email to

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