mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ for interacting with an OpenDHT distributed network.")
|
|||
"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…
Add table
Add a link
Reference in a new issue