all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Brian Cully via Guix-patches via <guix-patches@gnu.org>
To: 62838@debbugs.gnu.org
Cc: Brian Cully <bjc@spork.org>
Subject: [bug#62838] [PATCH core-updates] gnu: add zlib to adcli inputs
Date: Fri, 14 Apr 2023 11:58:48 -0400	[thread overview]
Message-ID: <b7e0c1f34e1f9d514f95724b04551f2a5a4c0269.1681487924.git.bjc@spork.org> (raw)

* 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





             reply	other threads:[~2023-04-14 16:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-14 15:58 Brian Cully via Guix-patches via [this message]
2023-04-23 16:33 ` [bug#62838] [PATCH core-updates] gnu: add zlib to adcli inputs Brian Cully 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

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

  git send-email \
    --in-reply-to=b7e0c1f34e1f9d514f95724b04551f2a5a4c0269.1681487924.git.bjc@spork.org \
    --to=guix-patches@gnu.org \
    --cc=62838@debbugs.gnu.org \
    --cc=bjc@spork.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.