unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 62564@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#62564] [PATCH v3 05/14] gnu: pixterm: Add input go-golang-go-x-term.
Date: Fri, 31 Mar 2023 21:17:36 +0200	[thread overview]
Message-ID: <20230331191745.8362-5-ngraves@ngraves.fr> (raw)
In-Reply-To: <20230331191745.8362-1-ngraves@ngraves.fr>

* gnu/packages/image-viewers.scm (pixterm): Add input go-golang-go-x-term.
---
 gnu/packages/image-viewers.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index d8d6304a85..89c6760962 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -524,7 +524,8 @@ (define-public pixterm
     (inputs (list go-github-com-disintegration-imaging
                   go-github-com-lucasb-eyer-go-colorful
                   go-golang-org-x-crypto
-                  go-golang-org-x-image))
+                  go-golang-org-x-image
+                  go-golang-org-x-term))
     (home-page "https://github.com/eliukblau/pixterm")
     (synopsis "Draw images in your ANSI terminal with true color")
     (description "PIXterm shows images directly in your terminal, recreating
-- 
2.39.2





  parent reply	other threads:[~2023-03-31 19:19 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-31  7:32 [bug#62564] patches to fix age after update to v1.1.1 Nicolas Graves via Guix-patches via
2023-03-31  7:37 ` [bug#62564] [PATCH 1/2] gnu: go-golang-org-x-crypto: Update to 0.4.0 Nicolas Graves via Guix-patches via
2023-03-31  7:37   ` [bug#62564] [PATCH 2/2] gnu: go-golang-org-x-term: Update to 0.3.0 Nicolas Graves via Guix-patches via
2023-03-31 18:11 ` [bug#62564] [PATCH v2 1/6] gnu: Remove go-github.com-howeyc-gopass Nicolas Graves via Guix-patches via
2023-03-31 18:11   ` [bug#62564] [PATCH v2 2/6] gnu: go-golang-org-x-crypto: Update to 0.4.0 Nicolas Graves via Guix-patches via
2023-03-31 18:11   ` [bug#62564] [PATCH v2 3/6] gnu: go-golang-org-x-term: Update to 0.3.0 Nicolas Graves via Guix-patches via
2023-03-31 18:11   ` [bug#62564] [PATCH v2 4/6] gnu: go-github-com-99designs-go-keyring: Update to 1.2.2 Nicolas Graves via Guix-patches via
2023-03-31 18:11   ` [bug#62564] [PATCH v2 5/6] gnu: pixterm: Add input go-golang-go-x-term Nicolas Graves via Guix-patches via
2023-03-31 18:11   ` [bug#62564] [PATCH v2 6/6] gnu: curlie: Add input go-golang-x-term Nicolas Graves via Guix-patches via
2023-03-31 19:17 ` [bug#62564] [PATCH v3 01/14] gnu: Remove go-github.com-howeyc-gopass Nicolas Graves via Guix-patches via
2023-03-31 19:17   ` [bug#62564] [PATCH v3 02/14] gnu: go-golang-org-x-crypto: Update to 0.4.0 Nicolas Graves via Guix-patches via
2023-03-31 19:17   ` [bug#62564] [PATCH v3 03/14] gnu: go-golang-org-x-term: Update to 0.3.0 Nicolas Graves via Guix-patches via
2023-03-31 19:17   ` [bug#62564] [PATCH v3 04/14] gnu: go-github-com-99designs-go-keyring: Update to 1.2.2 Nicolas Graves via Guix-patches via
2023-03-31 19:17   ` Nicolas Graves via Guix-patches via [this message]
2023-03-31 19:17   ` [bug#62564] [PATCH v3 06/14] gnu: curlie: Add input go-golang-x-term Nicolas Graves via Guix-patches via
2023-03-31 19:17   ` [bug#62564] [PATCH v3 07/14] gnu: Add go-github-com-aws-smithy-go Nicolas Graves via Guix-patches via
2023-03-31 19:17   ` [bug#62564] [PATCH v3 08/14] gnu: Add go-github-com-aws-aws-sdk-go-v2 Nicolas Graves via Guix-patches via
2023-03-31 19:17   ` [bug#62564] [PATCH v3 09/14] gnu: Add go-github-com-aws-aws-sdk-go-v2-config Nicolas Graves via Guix-patches via
2023-03-31 19:17   ` [bug#62564] [PATCH v3 10/14] gnu: Add go-github-com-aws-aws-sdk-go-v2-service-iam Nicolas Graves via Guix-patches via
2023-03-31 19:17   ` [bug#62564] [PATCH v3 11/14] gnu: Add go-github-com-aws-aws-sdk-go-v2-service-sso Nicolas Graves via Guix-patches via
2023-03-31 19:17   ` [bug#62564] [PATCH v3 12/14] gnu: Add go-github-com-aws-aws-sdk-go-v2-service-ssooidc Nicolas Graves via Guix-patches via
2023-03-31 19:17   ` [bug#62564] [PATCH v3 13/14] gnu: Add go-github-com-aws-aws-sdk-go-v2-service-sts Nicolas Graves via Guix-patches via
2023-03-31 19:17   ` [bug#62564] [PATCH v3 14/14] gnu: aws-vault: Update to 6.6.2 Nicolas Graves via Guix-patches via
2023-04-01  8:00 ` [bug#62564] patches to fix age after update to v1.1.1 Nicolas Graves via Guix-patches via
2023-04-01 16:40   ` Leo Famulari
2023-04-17  7:32 ` [bug#62564] [PATCH v4 01/14] gnu: Remove go-github.com-howeyc-gopass Nicolas Graves via Guix-patches via
2023-04-17  7:32   ` [bug#62564] [PATCH v4 02/14] gnu: go-golang-org-x-crypto: Update to 0.4.0 Nicolas Graves via Guix-patches via
2023-04-17  7:32   ` [bug#62564] [PATCH v4 03/14] gnu: go-golang-org-x-term: Update to 0.3.0 Nicolas Graves via Guix-patches via
2023-04-17  7:32   ` [bug#62564] [PATCH v4 04/14] gnu: go-github-com-99designs-go-keyring: Update to 1.2.2 Nicolas Graves via Guix-patches via
2023-04-17  7:32   ` [bug#62564] [PATCH v4 05/14] gnu: pixterm: Add input go-golang-org-x-term Nicolas Graves via Guix-patches via
2023-04-17  7:32   ` [bug#62564] [PATCH v4 06/14] gnu: curlie: " Nicolas Graves via Guix-patches via
2023-04-17  7:32   ` [bug#62564] [PATCH v4 07/14] gnu: Add go-github-com-aws-smithy-go Nicolas Graves via Guix-patches via
2023-04-17  7:32   ` [bug#62564] [PATCH v4 08/14] gnu: Add go-github-com-aws-aws-sdk-go-v2 Nicolas Graves via Guix-patches via
2023-04-17  7:32   ` [bug#62564] [PATCH v4 09/14] gnu: Add go-github-com-aws-aws-sdk-go-v2-config Nicolas Graves via Guix-patches via
2023-04-17  7:32   ` [bug#62564] [PATCH v4 10/14] gnu: Add go-github-com-aws-aws-sdk-go-v2-service-iam Nicolas Graves via Guix-patches via
2023-04-17  7:32   ` [bug#62564] [PATCH v4 11/14] gnu: Add go-github-com-aws-aws-sdk-go-v2-service-sso Nicolas Graves via Guix-patches via
2023-04-17  7:32   ` [bug#62564] [PATCH v4 12/14] gnu: Add go-github-com-aws-aws-sdk-go-v2-service-ssooidc Nicolas Graves via Guix-patches via
2023-04-17  7:32   ` [bug#62564] [PATCH v4 13/14] gnu: Add go-github-com-aws-aws-sdk-go-v2-service-sts Nicolas Graves via Guix-patches via
2023-04-17  7:32   ` [bug#62564] [PATCH v4 14/14] gnu: aws-vault: Update to 6.6.2 Nicolas Graves via Guix-patches via
2023-04-22 16:18     ` Nicolas Graves via Guix-patches via
2023-04-22 16:13 ` [bug#62564] [PATCH v5 01/14] gnu: Remove go-github.com-howeyc-gopass Nicolas Graves via Guix-patches via
2023-04-22 16:13   ` [bug#62564] [PATCH v5 02/14] gnu: go-golang-org-x-crypto: Update to 0.4.0 Nicolas Graves via Guix-patches via
2023-04-22 16:13   ` [bug#62564] [PATCH v5 03/14] gnu: go-golang-org-x-term: Update to 0.3.0 Nicolas Graves via Guix-patches via
2023-04-22 16:13   ` [bug#62564] [PATCH v5 04/14] gnu: go-github-com-99designs-go-keyring: Update to 1.2.2 Nicolas Graves via Guix-patches via
2023-04-22 16:13   ` [bug#62564] [PATCH v5 05/14] gnu: pixterm: Add input go-golang-org-x-term Nicolas Graves via Guix-patches via
2023-04-22 16:13   ` [bug#62564] [PATCH v5 06/14] gnu: curlie: " Nicolas Graves via Guix-patches via
2023-04-22 16:13   ` [bug#62564] [PATCH v5 07/14] gnu: Add go-github-com-aws-smithy-go Nicolas Graves via Guix-patches via
2023-04-22 16:13   ` [bug#62564] [PATCH v5 08/14] gnu: Add go-github-com-aws-aws-sdk-go-v2 Nicolas Graves via Guix-patches via
2023-04-22 16:13   ` [bug#62564] [PATCH v5 09/14] gnu: Add go-github-com-aws-aws-sdk-go-v2-config Nicolas Graves via Guix-patches via
2023-04-22 16:13   ` [bug#62564] [PATCH v5 10/14] gnu: Add go-github-com-aws-aws-sdk-go-v2-service-iam Nicolas Graves via Guix-patches via
2023-04-22 16:13   ` [bug#62564] [PATCH v5 11/14] gnu: Add go-github-com-aws-aws-sdk-go-v2-service-sso Nicolas Graves via Guix-patches via
2023-04-22 16:13   ` [bug#62564] [PATCH v5 12/14] gnu: Add go-github-com-aws-aws-sdk-go-v2-service-ssooidc Nicolas Graves via Guix-patches via
2023-04-22 16:13   ` [bug#62564] [PATCH v5 13/14] gnu: Add go-github-com-aws-aws-sdk-go-v2-service-sts Nicolas Graves via Guix-patches via
2023-04-22 16:13   ` [bug#62564] [PATCH v5 14/14] gnu: aws-vault: Update to 6.6.2 Nicolas Graves via Guix-patches via
2023-04-23 14:56   ` [bug#62564] [PATCH v5 01/14] gnu: Remove go-github.com-howeyc-gopass Leo Famulari

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=20230331191745.8362-5-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=62564@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /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).