guix-commits
[Top][All Lists]
Advanced

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

17/45: gnu: shadow: Add libxcrypt dependency.


From: guix-commits
Subject: 17/45: gnu: shadow: Add libxcrypt dependency.
Date: Sun, 18 Feb 2024 08:41:06 -0500 (EST)

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

commit 5d1d6b9914a50b36ea1915040a641304617ba88d
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Fri Feb 2 12:16:19 2024 +0100

    gnu: shadow: Add libxcrypt dependency.
    
    * gnu/packages/admin.scm (shadow): Add libxcrypt dependency.
    
    Change-Id: I3fa0b7239dcf100ba8a6431155557d1523bcfd25
---
 gnu/packages/admin.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index b0d18ac963..478e7d19aa 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1070,7 +1070,8 @@ hostname.")
                  (list linux-pam))
              (if (%current-target-system)
                  (list bash-minimal)
-                 '())))
+                 '())
+             (list libxcrypt)))
     (home-page "https://github.com/shadow-maint/shadow";)
     (synopsis "Authentication-related tools such as passwd, su, and login")
     (description



reply via email to

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