From 08c622a794468af795ff856bd0d65289babd612c Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 19 Aug 2025 16:34:42 +0200 Subject: [PATCH] python3Packages.wgnlpy: don't build on darwin netlink is a linux only api --- pkgs/development/python-modules/wgnlpy/default.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; }; }