mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 16:48:02 +00:00
Merge pull request #225813 from dklyons81/unmark-dask-distributed
python3Packages.distributed: unmark broken on aarch64
This commit is contained in:
commit
f73ac8fa6e
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user