mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +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";
|
homepage = "https://github.com/home-assistant-libs/chip-wheels";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = teams.home-assistant.members;
|
maintainers = teams.home-assistant.members;
|
||||||
platforms = platforms.linux;
|
platforms = [ "aarch64-linux" "x86_64-linux" ];
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user