From 5d51efc13985608c48723c2270630b7c852ba1ae Mon Sep 17 00:00:00 2001 From: Daniel K Lyons Date: Tue, 11 Apr 2023 15:05:56 -0600 Subject: [PATCH] python3Packages.distributed: unmark broken on aarch64 --- pkgs/development/python-modules/distributed/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/distributed/default.nix b/pkgs/development/python-modules/distributed/default.nix index 17aec987d953..78d6d87832f6 100644 --- a/pkgs/development/python-modules/distributed/default.nix +++ b/pkgs/development/python-modules/distributed/default.nix @@ -65,7 +65,6 @@ buildPythonPackage rec { description = "Distributed computation in Python"; homepage = "https://distributed.readthedocs.io/"; license = licenses.bsd3; - platforms = platforms.x86; # fails on aarch64 maintainers = with maintainers; [ teh costrouc ]; }; }