pythonPackages.pyslurm: Mark linux only

This commit is contained in:
Sandro Jäckel 2021-01-28 18:43:25 +01:00
parent e7130630d9
commit c51d050d7c
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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
};
}