frr: fix supported platforms

Signed-off-by: Markus Theil <theil.markus@gmail.com>

+2 -1
+2 -1
pkgs/servers/frr/default.nix
··· 228 228 ''; 229 229 license = with licenses; [ gpl2Plus lgpl21Plus ]; 230 230 maintainers = with maintainers; [ woffs thillux ]; 231 - platforms = platforms.unix; 231 + # adapt to platforms stated in http://docs.frrouting.org/en/latest/overview.html#supported-platforms 232 + platforms = (platforms.linux ++ platforms.freebsd ++ platforms.netbsd ++ platforms.openbsd); 232 233 }; 233 234 234 235 passthru.tests = { inherit (nixosTests) frr; };