netboxPlugins.netbox-routing: set structuredAttrs

This commit is contained in:
Nico Felbinger
2026-05-29 18:50:06 +02:00
parent d2ec79da65
commit fe8b39d2cd
@@ -13,6 +13,7 @@ buildPythonPackage rec {
pname = "netbox-routing";
version = "0.4.3";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "DanSheps";