pythonPackages.pyslurm: mark as broken

This commit is contained in:
Lancelot SIX 2020-09-16 11:01:26 +01:00 committed by Frederik Rietdijk
parent 2daf5702c6
commit 00f16b7e0c

View file

@ -22,5 +22,6 @@ buildPythonPackage rec {
description = "Python bindings to Slurm";
license = licenses.gpl2;
maintainers = with maintainers; [ bhipple ];
broken = true; # still needs slurm-19.05, but nixpkgs has slurm-20+ now
};
}