summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/array-record
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-08-08 16:12:38 +0800
committerNick Cao <nickcao@nichi.co>2023-08-08 16:12:38 +0800
commitdc4ab40f468d995f020e5722012a80fccd72f25b (patch)
treeb4908e84c7d7781394530be89e9e608b6db59966 /pkgs/development/python-modules/array-record
parentb98f6d907267322ac712928545c2cedb653173e6 (diff)
python3Packages.array-record: set meta.platforms as the wheel is x86_64-linux only
Diffstat (limited to 'pkgs/development/python-modules/array-record')
-rw-r--r--pkgs/development/python-modules/array-record/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/array-record/default.nix b/pkgs/development/python-modules/array-record/default.nix
index 98362396de58..f278c34fbe1d 100644
--- a/pkgs/development/python-modules/array-record/default.nix
+++ b/pkgs/development/python-modules/array-record/default.nix
@@ -39,5 +39,6 @@ buildPythonPackage rec {
homepage = "https://github.com/google/array_record";
license = licenses.asl20;
maintainers = with maintainers; [ GaetanLepage ];
+ platforms = [ "x86_64-linux" ];
};
}