pythonPackages.dask-jobqueue: mark broken

This commit is contained in:
Sandro Jäckel 2021-03-08 02:12:30 +01:00
parent ef41887a72
commit 1004719672
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -29,5 +29,6 @@ buildPythonPackage rec {
description = "Deploy Dask on job schedulers like PBS, SLURM, and SGE";
license = licenses.bsd3;
maintainers = [ maintainers.costrouc ];
broken = true;
};
}