Skip to content

Commit 00f16b7

Browse files
lsixFRidh
authored andcommitted
pythonPackages.pyslurm: mark as broken
1 parent 2daf570 commit 00f16b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/development/python-modules/pyslurm/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ buildPythonPackage rec {
2222
description = "Python bindings to Slurm";
2323
license = licenses.gpl2;
2424
maintainers = with maintainers; [ bhipple ];
25+
broken = true; # still needs slurm-19.05, but nixpkgs has slurm-20+ now
2526
};
2627
}

0 commit comments

Comments
 (0)