treewide: pkgs/development/python-modules: mark broken for aarch64-linux

This commit is contained in:
Rick van Schijndel
2022-05-30 13:42:59 +02:00
committed by Janne Heß
parent 7da0ca2e25
commit afbb0f6ff4
56 changed files with 78 additions and 54 deletions
@@ -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;