unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 58142@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#58142] [PATCH 1/7] gnu: Add rust-pager-0.16.
Date: Wed, 28 Sep 2022 13:03:19 +0000	[thread overview]
Message-ID: <6b364139f9784dfa946e61c75ca3cbc203cce5b3.1664369656.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1664369656.git.code@greghogan.com>

* gnu/packages/crates-io.scm (rust-pager-0.16): New variable.
---
 gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f83d7fff6d..a8cf5e5444 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -41692,6 +41692,28 @@ (define-public rust-page-size-0.4
 memory page size.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-pager-0.16
+  (package
+    (name "rust-pager")
+    (version "0.16.1")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "pager" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "10188qgnsz988g30fvl4whkljh2zl4gpbp6kc48bpywpbhd23695"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-errno" ,rust-errno-0.2)
+        ("rust-libc" ,rust-libc-0.2))))
+    (home-page "https://gitlab.com/imp/pager-rs.git")
+    (synopsis "Helps pipe your output through an external pager")
+    (description
+     "This package pipes your Rust output through an external pager.")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-pager-0.15
   (package
     (name "rust-pager")
-- 
2.37.3





  reply	other threads:[~2022-09-28 16:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-28 13:00 [bug#58142] [PATCH 0/7] Update tealdeer Greg Hogan
2022-09-28 13:03 ` Greg Hogan [this message]
2022-09-28 13:03 ` [bug#58142] [PATCH 2/7] gnu: rust-pager-0.15: Inherit from rust-pager-0.16 Greg Hogan
2022-09-28 13:03 ` [bug#58142] [PATCH 3/7] gnu: Add rust-textwrap-0.14 Greg Hogan
2022-09-28 13:03 ` [bug#58142] [PATCH 4/7] gnu: rust-textwrap-0.12: Inherit from rust-textwrap-0.14 Greg Hogan
2022-09-28 13:03 ` [bug#58142] [PATCH 5/7] gnu: Add rust-clap-derive-3.0.0-rc.11 Greg Hogan
2022-09-28 18:09   ` [bug#58142] [PATCH 0/7] Update tealdeer Maxim Cournoyer
2022-09-28 13:03 ` [bug#58142] [PATCH 6/7] gnu: Add rust-clap-3.0.0-rc.11 Greg Hogan
2022-09-28 18:10   ` [bug#58142] [PATCH 0/7] Update tealdeer Maxim Cournoyer
2022-11-07 17:57     ` bug#58142: " Greg Hogan
2022-09-28 13:03 ` [bug#58142] [PATCH 7/7] gnu: tealdeer: Update to 1.5.0 Greg Hogan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6b364139f9784dfa946e61c75ca3cbc203cce5b3.1664369656.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=58142@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).