mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: ppp: Add libxcrypt dependency.
* gnu/packages/samba.scm (ppp)[inputs]: Add libxcrypt. Change-Id: I8c04ee82c8bb6836371489d179cf0c7927824ba0
This commit is contained in:
parent
0ce6533d63
commit
13e8e4e8c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue