guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-glibc-2.39 updated: gnu: tevent: Add libxcrypt depen


From: guix-commits
Subject: branch core-updates-glibc-2.39 updated: gnu: tevent: Add libxcrypt dependency.
Date: Sat, 17 Feb 2024 07:09:59 -0500

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch core-updates-glibc-2.39
in repository guix.

The following commit(s) were added to refs/heads/core-updates-glibc-2.39 by 
this push:
     new 1d448ed9b8 gnu: tevent: Add libxcrypt dependency.
1d448ed9b8 is described below

commit 1d448ed9b8bf78360bc401c8a6e6a496c6cbc28e
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Feb 17 13:09:01 2024 +0100

    gnu: tevent: Add libxcrypt dependency.
    
    * gnu/packages/samba (tevent)[inputs]: New field.
    
    Change-Id: I1383c97cc70cb634f272772892a870ee888c137a
---
 gnu/packages/samba.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index c93b133a32..02c4e84d64 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -398,6 +398,7 @@ destructors.  It is the core memory allocator used in 
Samba.")
                        "--bundled-libraries=NONE")))))))
     (native-inputs
      (list cmocka pkg-config python which))
+    (inputs (list libxcrypt))
     (propagated-inputs
      (list talloc)) ; required by tevent.pc
     (synopsis "Event system library")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]