frr: support rpki

main
Anillc 2 years ago
parent e041b2350b
commit f7846451a1
  1. 3
      pkgs/servers/frr/default.nix

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

Loading…
Cancel
Save