pythonPackages.pyslurm: Mark linux only
This commit is contained in:
parent
e7130630d9
commit
c51d050d7c
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ buildPythonPackage rec {
|
|||
description = "Python bindings to Slurm";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ bhipple ];
|
||||
platforms = platforms.linux;
|
||||
broken = true; # still needs slurm-19.05, but nixpkgs has slurm-20+ now
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue