about summary refs log tree commit diff
path: root/pkgs/applications/editors/mle/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/mle/default.nix')
-rw-r--r--pkgs/applications/editors/mle/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/mle/default.nix b/pkgs/applications/editors/mle/default.nix
index 55249dde579b6..506f94237ff80 100644
--- a/pkgs/applications/editors/mle/default.nix
+++ b/pkgs/applications/editors/mle/default.nix
@@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
+    broken = (stdenv.isLinux && stdenv.isAarch64);
     description = "Small, flexible terminal-based text editor";
     homepage = "https://github.com/adsr/mle";
     license = licenses.asl20;