unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Giacomo Leidi via Guix-patches via <guix-patches@gnu.org>
To: 70265@debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul@autistici.org>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>,
	Maxim Cournoyer <maxim.cournoyer@gmail.com>,
	Raghav Gururajan <rg@raghavgururajan.name>,
	Vivien Kraus <vivien@planete-kraus.eu>
Subject: [bug#70265] [PATCH 2/3] gnu: Add docker-credential-pass.
Date: Sun,  7 Apr 2024 22:57:18 +0200	[thread overview]
Message-ID: <70e8777b04110b3b20c489d91da72ec629ef6617.1712523439.git.goodoldpaul@autistici.org> (raw)
In-Reply-To: <95e5c6e85e09ead19a43fc37612d62bc91a64048.1712523439.git.goodoldpaul@autistici.org>

* gnu/packages/gnome.scm (docker-credential-pass): New variable.

Change-Id: I442ff509aaed8cc3809de27714710abd24f7e8e0
---
 gnu/packages/gnome.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 58b53aba22..6f5f28e008 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5229,6 +5229,10 @@ (define-public libsecret
 and other secrets.  It communicates with the \"Secret Service\" using DBus.")
     (license license:lgpl2.1+)))
 
+(define-public docker-credential-pass
+  (docker-credential-helpers "pass"
+                             #:inputs (list password-store)))
+
 (define-public docker-credential-secretservice
   (docker-credential-helpers "secretservice"
                              #:inputs (list libsecret)))
-- 
2.41.0





  reply	other threads:[~2024-04-07 20:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-07 20:54 [bug#70265] Add docker cli Guix Home service and some docker authentication plugins paul via Guix-patches via
2024-04-07 20:57 ` [bug#70265] [PATCH 1/3] gnu: Add docker-credential-secretservice Giacomo Leidi via Guix-patches via
2024-04-07 20:57   ` Giacomo Leidi via Guix-patches via [this message]
2024-04-07 20:57   ` [bug#70265] [PATCH 3/3] gnu: Add home-docker-cli-service-type Giacomo Leidi via Guix-patches via
2024-05-04 16:36     ` [bug#70265] Add docker cli Guix Home service and some docker authentication plugins Ludovic Courtès
2024-05-15 22:49       ` paul via Guix-patches via

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=70e8777b04110b3b20c489d91da72ec629ef6617.1712523439.git.goodoldpaul@autistici.org \
    --to=guix-patches@gnu.org \
    --cc=70265@debbugs.gnu.org \
    --cc=goodoldpaul@autistici.org \
    --cc=liliana.prikler@gmail.com \
    --cc=maxim.cournoyer@gmail.com \
    --cc=rg@raghavgururajan.name \
    --cc=vivien@planete-kraus.eu \
    /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).