treewide: pkgs/development/python-modules: mark broken for darwin
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user