mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
pythonPackages.pyslurm: mark as broken
This commit is contained in:
parent
2daf5702c6
commit
00f16b7e0c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue