guix-commits
[Top][All Lists]
Advanced

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

242/272: gnu: Add rust-nu-table-0.26.


From: guix-commits
Subject: 242/272: gnu: Add rust-nu-table-0.26.
Date: Sat, 13 Feb 2021 05:55:17 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 04dfc8e6d13ff7beac359609b3b3520c3f78771b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 11 00:19:09 2021 +0100

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

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index e35b928..db11f62 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -1026,3 +1026,26 @@ files and text.")
      "This package provides a source string characterizer for
 Nushell.")
     (license expat)))
+
+(define-public rust-nu-table-0.26
+  (package
+    (name "rust-nu-table")
+    (version "0.26.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "nu-table" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1kxgmngfzi13xr2r65f5mxy24a8d1d0xrhi9bfjp5955r8r09km4"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-ansi-term" ,rust-ansi-term-0.12)
+        ("rust-regex" ,rust-regex-1)
+        ("rust-unicode-width" ,rust-unicode-width-0.1))))
+    (home-page "https://www.nushell.sh";)
+    (synopsis "Nushell table printing")
+    (description "Nushell table printing")
+    (license expat)))



reply via email to

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