[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/14: gnu: lsh: Add libxcrypt dependency.
From: |
guix-commits |
Subject: |
04/14: gnu: lsh: Add libxcrypt dependency. |
Date: |
Tue, 18 Jun 2024 00:00:19 -0400 (EDT) |
iyzsong pushed a commit to branch core-updates
in repository guix.
commit fd42fa55575d70ccd9caab45dec76cf5086201ee
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Tue Jun 18 11:54:43 2024 +0800
gnu: lsh: Add libxcrypt dependency.
* gnu/packages/ssh.scm (lsh)[inputs]: Add libxcrypt.
Change-Id: Ic67704e2a60d4e2fe7397204570efca4493c88fe
---
gnu/packages/ssh.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index edc9a70c29..073d720509 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -621,7 +621,8 @@ basis for almost any application.")
;; The server (lshd) invokes xauth when X11 forwarding is requested.
;; This adds 24 MiB (or 27%) to the closure of lsh.
xauth
- libxau)) ;also required for x11-forwarding
+ libxau ;also required for x11-forwarding
+ libxcrypt))
(arguments
'(;; Skip the `configure' test that checks whether /dev/ptmx &
;; co. work as expected, because it relies on impurities (for
- branch core-updates updated (6191af8fa9 -> 4aec4917ef), guix-commits, 2024/06/18
- 03/14: gnu: texmacs: Add libxcrypt dependency., guix-commits, 2024/06/18
- 06/14: gnu: swi-prolog: Add libxcrypt dependency., guix-commits, 2024/06/18
- 08/14: gnu: squid: Add libxcrypt dependency., guix-commits, 2024/06/18
- 01/14: gnu: xscreensaver: Add libxcrypt dependency., guix-commits, 2024/06/18
- 04/14: gnu: lsh: Add libxcrypt dependency.,
guix-commits <=
- 07/14: gnu: passwdqc: Add libxcrypt dependency., guix-commits, 2024/06/18
- 05/14: gnu: policycoreutils: Add libxcrypt dependency., guix-commits, 2024/06/18
- 02/14: gnu: xtrlock: Add libxcrypt dependency., guix-commits, 2024/06/18
- 14/14: gnu: opendoas: Add libxcrypt dependency., guix-commits, 2024/06/18
- 09/14: gnu: gsequencer: Add libxcrypt dependency., guix-commits, 2024/06/18
- 10/14: gnu: pounce: Add libxcrypt dependency., guix-commits, 2024/06/18
- 11/14: gnu: opensmtpd: Add libxcrypt dependency., guix-commits, 2024/06/18
- 12/14: gnu: gnurobots: Add libxcrypt dependency., guix-commits, 2024/06/18
- 13/14: gnu: pies: Add libxcrypt dependency., guix-commits, 2024/06/18