neovim: improve waylandSupport flag

This commit is contained in:
Heitor Augusto
2025-11-28 09:48:03 -03:00
parent df84636704
commit 77f1bb7d16
+2 -1
View File
@@ -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,