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
commit cfa6ddf0c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,5 +39,6 @@ buildPythonPackage rec {
homepage = "https://github.com/google/array_record"; homepage = "https://github.com/google/array_record";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ GaetanLepage ]; maintainers = with maintainers; [ GaetanLepage ];
platforms = [ "x86_64-linux" ];
}; };
} }