mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: ppp: Add libxcrypt dependency.
* gnu/packages/samba.scm (ppp)[inputs]: Add libxcrypt. Change-Id: I8c04ee82c8bb6836371489d179cf0c7927824ba0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user