diff --git a/pkgs/development/python-modules/wgnlpy/default.nix b/pkgs/development/python-modules/wgnlpy/default.nix index 11cb4e38b046..b1eed14963bf 100644 --- a/pkgs/development/python-modules/wgnlpy/default.nix +++ b/pkgs/development/python-modules/wgnlpy/default.nix @@ -35,6 +35,7 @@ buildPythonPackage rec { description = "Netlink connector to WireGuard"; homepage = "https://github.com/ArgosyLabs/wgnlpy"; license = with lib.licenses; [ mit ]; + platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ marcel ]; }; }