vim-full: fix cross build with wayland support (#475967)

This commit is contained in:
Sandro
2026-01-04 21:30:52 +00:00
committed by GitHub
+2 -2
View File
@@ -168,7 +168,8 @@ stdenv.mkDerivation {
++ lib.optional wrapPythonDrv makeWrapper
++ lib.optional nlsSupport gettext
++ lib.optional perlSupport perl
++ lib.optional (guiSupport == "gtk3") wrapGAppsHook3;
++ lib.optional (guiSupport == "gtk3") wrapGAppsHook3
++ lib.optional waylandSupport wayland-scanner;
buildInputs = [
ncurses
@@ -188,7 +189,6 @@ stdenv.mkDerivation {
]
++ lib.optional (guiSupport == "gtk2") gtk2-x11
++ lib.optional (guiSupport == "gtk3") gtk3-x11
++ lib.optional waylandSupport wayland-scanner
++ lib.optional luaSupport lua
++ lib.optional pythonSupport python3
++ lib.optional tclSupport tcl