summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python3-application
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python3-application')
-rw-r--r--pkgs/development/python-modules/python3-application/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python3-application/default.nix b/pkgs/development/python-modules/python3-application/default.nix
index d2622b5768d0..ed3d6e6e7fef 100644
--- a/pkgs/development/python-modules/python3-application/default.nix
+++ b/pkgs/development/python-modules/python3-application/default.nix
@@ -27,7 +27,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "application" ];
meta = with lib; {
- broken = stdenv.isDarwin;
+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
description = "A collection of modules that are useful when building python applications";
homepage = "https://github.com/AGProjects/python3-application";
license = licenses.lgpl21Plus;