frr: fix cross compilation

protobufc is also needed as nativeBuildInput in order for
cross compilation to work. Tested for aarch64.

Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
Markus Theil 2023-10-05 14:20:07 +02:00
parent c3a6a37ed2
commit 387d9b6b31

View File

@ -102,6 +102,7 @@ stdenv.mkDerivation rec {
pkg-config
python3.pkgs.sphinx
texinfo
protobufc
];
buildInputs = [