forked from mirrors/nixpkgs
python3Packages.clustershell: unmark as broken on aarch64-linux
This commit is contained in:
parent
60ac106c34
commit
88ecfcb8a1
|
@ -98,7 +98,7 @@ buildPythonPackage rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
|
||||
broken = stdenv.isDarwin;
|
||||
description = "Scalable Python framework for cluster administration";
|
||||
homepage = "https://cea-hpc.github.io/clustershell";
|
||||
license = licenses.lgpl21;
|
||||
|
|
Loading…
Reference in a new issue