about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2018-12-31 11:12:51 +0100
committerTimo Kaufmann <timokau@zoho.com>2018-12-31 11:12:51 +0100
commitd9d9ac989ab8a6bf9a89f951857fa83f45956baa (patch)
treea854c9b01483c6825c1ab1a7745e9819173d589a /pkgs/applications/editors/neovim
parent093cfde1e07ee534456b51c120220d0c48b46e16 (diff)
neovim: mark as broken for aarch64
Has always been broken.
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix
index 6690e4c9c1b97..26fc44cc6b117 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -86,6 +86,9 @@ let
       license = with licenses; [ asl20 vim ];
       maintainers = with maintainers; [ manveru garbas rvolosatovs ];
       platforms   = platforms.unix;
+      # `lua: bad light userdata pointer`
+      # https://nix-cache.s3.amazonaws.com/log/9ahcb52905d9d417zsskjpc331iailpq-neovim-unwrapped-0.2.2.drv
+      broken = stdenv.isAarch64;
     };
   };