mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: frrouting: Add libxcrypt dependency.
* gnu/packages/networking.scm (frrouting)[inputs]: Add libxcrypt. Change-Id: I43a06c04e8ddd6c7687192275f8215ae3ec8363f
This commit is contained in:
parent
a68ca08fe1
commit
d08a74136d
1 changed files with 1 additions and 1 deletions
|
@ -4099,7 +4099,7 @@ (define-public frrouting
|
|||
"1r7gh5h27ii7d1d0z0x48wx7hs8vvympv3gqvy3cwzg05q5vk9xs"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list c-ares json-c libcap libyang readline))
|
||||
(list c-ares json-c libcap libxcrypt libyang readline))
|
||||
(native-inputs
|
||||
(list perl pkg-config python-wrapper python-pytest))
|
||||
(home-page "https://frrouting.org/")
|
||||
|
|
Loading…
Reference in a new issue