gnu: ppp: Add libxcrypt dependency.

* gnu/packages/samba.scm (ppp)[inputs]: Add libxcrypt.

Change-Id: I8c04ee82c8bb6836371489d179cf0c7927824ba0
This commit is contained in:
宋文武 2024-06-18 16:39:19 +08:00 committed by Ludovic Courtès
parent 0ce6533d63
commit 13e8e4e8c5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -516,7 +516,7 @@ (define-public ppp
(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