From 13e8e4e8c5e0d90a69badbd043d7bb4880fb30c0 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Tue, 18 Jun 2024 16:39:19 +0800 Subject: gnu: ppp: Add libxcrypt dependency. * gnu/packages/samba.scm (ppp)[inputs]: Add libxcrypt. Change-Id: I8c04ee82c8bb6836371489d179cf0c7927824ba0 --- gnu/packages/samba.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/samba.scm') diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index ae3966664f..1c139a7671 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -516,7 +516,7 @@ key-value pair databases and a real LDAP database.") (native-inputs (list autoconf automake libtool)) (inputs - (list libpcap openssl)) + (list libpcap libxcrypt openssl)) (synopsis "Implementation of the Point-to-Point Protocol") (home-page "https://ppp.samba.org/") (description -- cgit 1.4.1