Merge pull request #128705 from baracoder/xwayland-fixup

xwayland: Fix build option default_font_path

authored by

Sandro and committed by
GitHub
593494c2 19405a60

+1 -1
+1 -1
pkgs/servers/x11/xorg/xwayland.nix
··· 84 84 ]; 85 85 mesonFlags = [ 86 86 "-Dxwayland_eglstream=true" 87 - "-Ddefault_font-path=${defaultFontPath}" 87 + "-Ddefault_font_path=${defaultFontPath}" 88 88 "-Dxkb_bin_dir=${xkbcomp}/bin" 89 89 "-Dxkb_dir=${xkeyboard_config}/etc/X11/xkb" 90 90 "-Dxkb_output_dir=${placeholder "out"}/share/X11/xkb/compiled"