treewide: pkgs/development/python-modules: mark broken for darwin

This commit is contained in:
Rick van Schijndel
2022-05-30 13:41:14 +02:00
committed by Janne Heß
parent 13e0d33703
commit 65db3b17a8
120 changed files with 302 additions and 103 deletions
@@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, pyyaml, openssh
{ stdenv, lib, buildPythonPackage, fetchPypi, pyyaml, openssh
, nose, bc, hostname, coreutils, bash, gnused
}:
@@ -81,6 +81,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "Scalable Python framework for cluster administration";
homepage = "https://cea-hpc.github.io/clustershell";
license = licenses.lgpl21;