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
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-nu-cmd-base-0.88): New variable.
---
gnu/packages/crates-io.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 185a33f7fa..e357faeb78 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47097,6 +47097,34 @@ (define-public rust-nu-cli-0.88
"This package provides CLI-related functionality for Nushell.")
(license license:expat)))
+(define-public rust-nu-cmd-base-0.88
+ (package
+ (name "rust-nu-cmd-base")
+ (version "0.88.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "nu-cmd-base" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "172picvxcj37wwfzmribkyfa23fxjnm2b6jrf561dlhiw99dgxg1"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-indexmap" ,rust-indexmap-2)
+ ("rust-miette" ,rust-miette-5)
+ ("rust-nu-engine" ,rust-nu-engine-0.88)
+ ("rust-nu-glob" ,rust-nu-glob-0.88)
+ ("rust-nu-parser" ,rust-nu-parser-0.88)
+ ("rust-nu-path" ,rust-nu-path-0.88)
+ ("rust-nu-protocol" ,rust-nu-protocol-0.88)
+ ("rust-nu-utils" ,rust-nu-utils-0.88))))
+ (home-page
+ "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-base")
+ (synopsis "The foundation tools to build Nushell commands")
+ (description
+ "This package provides The foundation tools to build Nushell commands.")
+ (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.