Merge pull request #247888 from NickCao/array-record

python3Packages.array-record: set meta.platforms as the wheel is x86_…
This commit is contained in:
Nick Cao
2023-08-12 23:52:02 -06:00
committed by GitHub
@@ -39,5 +39,6 @@ buildPythonPackage rec {
homepage = "https://github.com/google/array_record";
license = licenses.asl20;
maintainers = with maintainers; [ GaetanLepage ];
platforms = [ "x86_64-linux" ];
};
}