treewide: pkgs/development/python-modules: mark broken for aarch64-linux
This commit is contained in:
@@ -81,7 +81,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
broken = (stdenv.isLinux && stdenv.isAarch64) || 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