frr: fix supported platforms
Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user