frr: fix supported platforms
Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
parent
387d9b6b31
commit
e6ff73add9
1 changed files with 2 additions and 1 deletions
|
@ -228,7 +228,8 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
license = with licenses; [ gpl2Plus lgpl21Plus ];
|
||||
maintainers = with maintainers; [ woffs thillux ];
|
||||
platforms = platforms.unix;
|
||||
# adapt to platforms stated in http://docs.frrouting.org/en/latest/overview.html#supported-platforms
|
||||
platforms = (platforms.linux ++ platforms.freebsd ++ platforms.netbsd ++ platforms.openbsd);
|
||||
};
|
||||
|
||||
passthru.tests = { inherit (nixosTests) frr; };
|
||||
|
|
Loading…
Reference in a new issue