diff --git a/pkgs/applications/editors/neovim/wrapper.nix b/pkgs/applications/editors/neovim/wrapper.nix index 9708aa4dfd11..5c91bac0b11b 100644 --- a/pkgs/applications/editors/neovim/wrapper.nix +++ b/pkgs/applications/editors/neovim/wrapper.nix @@ -1,6 +1,7 @@ { stdenv, lib, + wayland, makeWrapper, bundlerEnv, wl-clipboard, @@ -40,7 +41,7 @@ let # the function you would have passed to python3.withPackages extraPython3Packages ? (_: [ ]), - waylandSupport ? stdenv.hostPlatform.isLinux, + waylandSupport ? lib.meta.availableOn stdenv.hostPlatform wayland, withNodeJs ? false, withPerl ? false, withRuby ? true,