python3Packages.wgnlpy: don't build on darwin (#435020)

This commit is contained in:
Nick Cao
2025-08-19 17:20:37 -04:00
committed by GitHub
@@ -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 ];
};
}