frr: support rpki

This commit is contained in:
Anillc 2022-05-09 10:27:22 +08:00
parent e041b2350b
commit f7846451a1

View file

@ -23,6 +23,7 @@
, pcre2
, python3
, readline
, rtrlib
# tests
, nettools
@ -62,6 +63,7 @@ stdenv.mkDerivation rec {
pcre2
python3
readline
rtrlib
] ++ lib.optionals stdenv.isLinux [
libcap
];
@ -78,6 +80,7 @@ stdenv.mkDerivation rec {
"--localstatedir=/run/frr"
"--sbindir=$(out)/libexec/frr"
"--sysconfdir=/etc/frr"
"--enable-rpki"
];
postPatch = ''