frr: support rpki

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

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

Loading…
Cancel
Save