about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyslurm
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-28 18:43:25 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-02 13:37:55 +0100
commitc51d050d7cf0fc454fb1afb2784a8b6c9be03463 (patch)
tree96cc034e03c23f996e25643e705883e30b60b6aa /pkgs/development/python-modules/pyslurm
parente7130630d96709c866491c73cdf516a992ef3f5d (diff)
pythonPackages.pyslurm: Mark linux only
Diffstat (limited to 'pkgs/development/python-modules/pyslurm')
-rw-r--r--pkgs/development/python-modules/pyslurm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pyslurm/default.nix b/pkgs/development/python-modules/pyslurm/default.nix
index a113314aa4036..abb85930e40e2 100644
--- a/pkgs/development/python-modules/pyslurm/default.nix
+++ b/pkgs/development/python-modules/pyslurm/default.nix
@@ -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
   };
 }