guix-patches
[Top][All Lists]
Advanced

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

[bug#50367] [PATCH 15/22] gnu: Add rust-path-slash-0.1.


From: phodina
Subject: [bug#50367] [PATCH 15/22] gnu: Add rust-path-slash-0.1.
Date: Sat, 04 Sep 2021 07:38:57 +0000

* gnu/packages/crates-io.scm (rust-path-slash-0.1): New variable.

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c62d1702b8..632a700ed1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45012,6 +45012,28 @@ data type.")
         (base32 "08xw8w61zdfn1094qkq1d554vh5wmm9bqdys8gqqxc4sv2pgrd0p"))))
     (arguments `(#:skip-build? #t))))

+(define-public rust-path-slash-0.1
+  (package
+    (name "rust-path-slash")
+    (version "0.1.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "path-slash" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "06dnnmd3fvmr9ngwgj0xrfj9s8h09m9dgf3zlqsbalzk9wybpb1w"))))
+    (build-system cargo-build-system)
+    (arguments `(#:skip-build? #t))
+    (home-page "https://github.com/rhysd/path-slash";)
+    (synopsis
+     "Conversion to/from a file path from/to slash path")
+    (description
+     "Conversion to/from a file path from/to slash path")
+    (license license:expat)))
+
 ;; TODO: Unbundle sleef.
 (define-public rust-sleef-sys-0.1
   (package
--
2.32.0





reply via email to

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