mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
frr: support rpki
This commit is contained in:
parent
e041b2350b
commit
f7846451a1
@ -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…
Reference in New Issue
Block a user