pythonPackages.pyslurm: mark as broken
This commit is contained in:
parent
2daf5702c6
commit
00f16b7e0c
@ -22,5 +22,6 @@ buildPythonPackage rec {
|
|||||||
description = "Python bindings to Slurm";
|
description = "Python bindings to Slurm";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ bhipple ];
|
maintainers = with maintainers; [ bhipple ];
|
||||||
|
broken = true; # still needs slurm-19.05, but nixpkgs has slurm-20+ now
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user