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
@@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, buildPythonPackage
, fetchFromGitHub
, mock
@@ -56,6 +57,7 @@ buildPythonPackage rec {
];
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Tool to compile, build and package AWS Lambda functions";
homepage = "https://github.com/awslabs/aws-lambda-builders";
longDescription = ''