From dc4ab40f468d995f020e5722012a80fccd72f25b Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Tue, 8 Aug 2023 16:12:38 +0800 Subject: [PATCH] python3Packages.array-record: set meta.platforms as the wheel is x86_64-linux only --- pkgs/development/python-modules/array-record/default.nix | 1 + 1 file changed, 1 insertion(+) 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" ]; }; }