GNU bug report logs -
#75372
[PATCH 00/44] Add rust-bottom-0.10
Previous Next
Reported by: Divya Ranjan <divya <at> subvertising.org>
Date: Sun, 5 Jan 2025 07:02:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #80 received at 75372 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-nu-path-0.88): New variable.
---
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 d1050d3860..aff653a80e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47378,6 +47378,27 @@ (define-public rust-nu-parser-0.88
(description "This package provides Nushell's parser.")
(license license:expat)))
+(define-public rust-nu-path-0.88
+ (package
+ (name "rust-nu-path")
+ (version "0.88.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "nu-path" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0agarl4ywszlwsiipqspd4yp7la6fsls0fw9zdfwjdr6vzird6xq"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-dirs-next" ,rust-dirs-next-2)
+ ("rust-omnipath" ,rust-omnipath-0.1)
+ ("rust-pwd" ,rust-pwd-1))))
+ (home-page "https://github.com/nushell/nushell/tree/main/crates/nu-path")
+ (synopsis "Path handling library for Nushell")
+ (description "This package provides Path handling library for Nushell.")
+ (license license:expat)))
+
(define-public rust-nucleo-0.2
(package
(name "rust-nucleo")
--
2.47.1
This bug report was last modified 140 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.