unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62838] [PATCH core-updates] gnu: add zlib to adcli inputs
@ 2023-04-14 15:58 Brian Cully via Guix-patches via
  2023-04-23 16:33 ` Brian Cully via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Cully via Guix-patches via @ 2023-04-14 15:58 UTC (permalink / raw)
  To: 62838; +Cc: Brian Cully

* gnu/packages/sssd.scm (adcli): add zlib to inputs
---
 gnu/packages/sssd.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/sssd.scm b/gnu/packages/sssd.scm
index 051d7df014..3c7224b7db 100644
--- a/gnu/packages/sssd.scm
+++ b/gnu/packages/sssd.scm
@@ -37,6 +37,7 @@ (define-module (gnu packages sssd)
   #:use-module (gnu packages bash)
   #:use-module (gnu packages check)
   #:use-module (gnu packages crypto)
+  #:use-module (gnu packages compression)
   #:use-module (gnu packages curl)
   #:use-module (gnu packages cyrus-sasl)
   #:use-module (gnu packages databases)
@@ -111,7 +112,7 @@ (define-public adcli
            util-linux ; For `rev` command used in tests.
            xmlto))
     (inputs
-     (list cyrus-sasl mit-krb5 samba openldap))
+     (list cyrus-sasl mit-krb5 samba openldap zlib))
     (home-page "https://gitlab.freedesktop.org/realmd/adcli/")
     (synopsis "Helper library and tools for Active Directory client operations")
     (description "@command{adcli} is a command‐line tool to join a computer to
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#62838] [PATCH core-updates] gnu: add zlib to adcli inputs
  2023-04-14 15:58 [bug#62838] [PATCH core-updates] gnu: add zlib to adcli inputs Brian Cully via Guix-patches via
@ 2023-04-23 16:33 ` Brian Cully via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Cully via Guix-patches via @ 2023-04-23 16:33 UTC (permalink / raw)
  To: 62838

Fixed in 09cc2636ef4




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-23 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14 15:58 [bug#62838] [PATCH core-updates] gnu: add zlib to adcli inputs Brian Cully via Guix-patches via
2023-04-23 16:33 ` Brian Cully via Guix-patches via

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).