GNU bug report logs -
#70265
Add docker cli Guix Home service and some docker authentication plugins
Previous Next
Full log
Message #11 received at 70265 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 1 year and 28 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.