python310Packages.home-assistant-chip-core: correct meta.platforms

This commit is contained in:
Robert Schütz 2023-02-11 13:02:00 -08:00
parent cb3ea0b0c7
commit b9acfcab07

View File

@ -87,7 +87,7 @@ buildPythonPackage rec {
homepage = "https://github.com/home-assistant-libs/chip-wheels";
license = licenses.asl20;
maintainers = teams.home-assistant.members;
platforms = platforms.linux;
platforms = [ "aarch64-linux" "x86_64-linux" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}