python3Packages.wgnlpy: don't build on darwin

netlink is a linux only api
This commit is contained in:
Marcel
2025-08-19 16:36:23 +02:00
parent fbcf476f79
commit 08c622a794
@@ -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 ];
};
}