python3Packages.array-record: set meta.platforms as the wheel is x86_64-linux only

This commit is contained in:
Nick Cao
2023-08-08 16:12:38 +08:00
parent b98f6d9072
commit dc4ab40f46
@@ -39,5 +39,6 @@ buildPythonPackage rec {
homepage = "https://github.com/google/array_record";
license = licenses.asl20;
maintainers = with maintainers; [ GaetanLepage ];
platforms = [ "x86_64-linux" ];
};
}