python3Packages.distributed: unmark broken on aarch64

This commit is contained in:
Daniel K Lyons 2023-04-11 15:05:56 -06:00
parent 7e8b87566a
commit 5d51efc139

View File

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