Merge pull request #215878 from dotlambda/home-assistant-chip-core-platforms

python310Packages.home-assistant-chip-core: correct meta.platforms
This commit is contained in:
Martin Weinelt 2023-02-11 22:28:04 +00:00 committed by GitHub
commit 9d321102b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];
};
}