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: ldb: Add libxcrypt dependen


From: guix-commits
Subject: branch core-updates-glibc-2.39 updated: gnu: ldb: Add libxcrypt dependency.
Date: Sat, 17 Feb 2024 07:15:23 -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 fed4a4e8d7 gnu: ldb: Add libxcrypt dependency.
fed4a4e8d7 is described below

commit fed4a4e8d76034f561096e9f37abddd25ae387f5
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Feb 17 13:14:29 2024 +0100

    gnu: ldb: Add libxcrypt dependency.
    
    * gnu/packages/samba (ldb)[inputs]: Add libxcrypt.
    
    Change-Id: Ia8a7a43c851d4d0090aaf757e246ba2f451771ff
---
 gnu/packages/samba.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 02c4e84d64..4efba6386c 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -451,7 +451,8 @@ many event types, including timers, signals, and the 
classic file descriptor eve
      ;; ldb.pc refers to all these.
      (list talloc tdb))
     (inputs
-     `(,@(if (target-64bit?)
+     `(("libxcrypt" ,libxcrypt)
+       ,@(if (target-64bit?)
              `(("lmdb" ,lmdb))
              '())
        ("popt" ,popt)



reply via email to

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