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 ]; }; }