python312Packages.unifi-discovery: limit platform support

This commit is contained in:
Fabian Affolter
2024-05-22 12:28:30 +02:00
parent d916ccc847
commit 787ef6045f
@@ -53,5 +53,6 @@ buildPythonPackage rec {
changelog = "https://github.com/bdraco/unifi-discovery/releases/tag/v${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
platforms = platforms.linux;
};
}