From 46d9fddd7131fe5679dd3a6578e91cc5b66f92a0 Mon Sep 17 00:00:00 2001 From: Herman Fries Date: Wed, 30 Jun 2021 02:44:00 +0200 Subject: xwayland: Fix build option default_font_path --- pkgs/servers/x11/xorg/xwayland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/servers/x11') diff --git a/pkgs/servers/x11/xorg/xwayland.nix b/pkgs/servers/x11/xorg/xwayland.nix index 286125902fab3..46d7ebfd85a28 100644 --- a/pkgs/servers/x11/xorg/xwayland.nix +++ b/pkgs/servers/x11/xorg/xwayland.nix @@ -84,7 +84,7 @@ stdenv.mkDerivation rec { ]; mesonFlags = [ "-Dxwayland_eglstream=true" - "-Ddefault_font-path=${defaultFontPath}" + "-Ddefault_font_path=${defaultFontPath}" "-Dxkb_bin_dir=${xkbcomp}/bin" "-Dxkb_dir=${xkeyboard_config}/etc/X11/xkb" "-Dxkb_output_dir=${placeholder "out"}/share/X11/xkb/compiled" -- cgit 1.4.1