We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2daf570 commit 00f16b7Copy full SHA for 00f16b7
pkgs/development/python-modules/pyslurm/default.nix
@@ -22,5 +22,6 @@ buildPythonPackage rec {
22
description = "Python bindings to Slurm";
23
license = licenses.gpl2;
24
maintainers = with maintainers; [ bhipple ];
25
+ broken = true; # still needs slurm-19.05, but nixpkgs has slurm-20+ now
26
};
27
}
0 commit comments