guix-commits
[Top][All Lists]
Advanced

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

254/272: gnu: Add rust-nu-plugin-tree-0.26.


From: guix-commits
Subject: 254/272: gnu: Add rust-nu-plugin-tree-0.26.
Date: Sat, 13 Feb 2021 05:55:21 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 54add535a0bdb0079b3b77cabafc39eaf5d07525
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 11 00:31:22 2021 +0100

    gnu: Add rust-nu-plugin-tree-0.26.
    
    * gnu/packages/shells.scm (rust-nu-plugin-tree-0.26): New variable.
---
 gnu/packages/shells.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 162d9cc..8c5444e 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -1380,6 +1380,33 @@ files and text.")
     (description "Nushell Plugin")
     (license expat)))
 
+(define-public rust-nu-plugin-tree-0.26
+  (package
+    (name "rust-nu-plugin-tree")
+    (version "0.26.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "nu_plugin_tree" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1q80fr430igfw9a4qa5l3ydw6xhppzhqf2i6pvfjmdgf2vhflpdr"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-derive-new" ,rust-derive-new-0.5)
+        ("rust-nu-errors" ,rust-nu-errors-0.26)
+        ("rust-nu-plugin" ,rust-nu-plugin-0.26)
+        ("rust-nu-protocol" ,rust-nu-protocol-0.26)
+        ("rust-nu-source" ,rust-nu-source-0.26)
+        ("rust-ptree" ,rust-ptree-0.3))))
+    (home-page "https://www.nushell.sh";)
+    (synopsis "Tree viewer plugin for Nushell")
+    (description "This package provides a tree viewer plugin for
+Nushell.")
+    (license expat)))
+
 (define-public rust-nu-plugin-xpath-0.26
   (package
     (name "rust-nu-plugin-xpath")



reply via email to

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