guix-commits
[Top][All Lists]
Advanced

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

30/45: gnu: inetutils: Add libxcrypt dependency.


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

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

commit ebcf1fc6703a4c6bd3231bf967b2d967b549521f
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Fri Feb 2 19:05:05 2024 +0100

    gnu: inetutils: Add libxcrypt dependency.
    
    * gnu/packages/admin.scm (inetutils): Add libxcrypt dependency.
    
    Change-Id: I6c7bc49f60e532edac395a2b1ba89e3f1f95b4e7
---
 gnu/packages/admin.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 478e7d19aa..7b3247335a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -984,6 +984,7 @@ re-executing them as necessary.")
     (inputs
      (list coreutils
            shadow                     ;for login (used in telnetd and rlogind)
+           libxcrypt
            ncurses
            readline))                   ;for 'ftp'
     (native-inputs



reply via email to

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