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: talloc: Add libxcrypt depen


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

commit a9cfbf382f3c90c2f3f8d22a2929e41d9380c00e
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Feb 17 12:56:55 2024 +0100

    gnu: talloc: Add libxcrypt dependency.
    
    * gnu/packages/samba (talloc)[inputs]: Add libxcrypt.
    
    Change-Id: I1383c97cc70cb634f272772892a870ee888c137a
---
 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 18acf52cbf..c93b133a32 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2022 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2022 Maxime Devos <maximedevos@telenet.be>
 ;;; Copyright © 2022 Simon Streit <simon@netpanic.org>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -332,7 +333,7 @@ Desktops into Active Directory environments using the 
winbind daemon.")
     (native-inputs
      (list which))
     (inputs
-     (list python))
+     (list libxcrypt python))
     (home-page "https://talloc.samba.org";)
     (synopsis "Hierarchical, reference counted memory pool system")
     (description



reply via email to

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