mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
Merge pull request #215878 from dotlambda/home-assistant-chip-core-platforms
python310Packages.home-assistant-chip-core: correct meta.platforms
This commit is contained in:
commit
9d321102b6
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user