1
0
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:
宋文武
2024-06-18 16:39:19 +08:00
committed by Ludovic Courtès
parent 0ce6533d63
commit 13e8e4e8c5

View File

@@ -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