summary refs log tree commit diff
path: root/pkgs/servers/x11
diff options
context:
space:
mode:
authorHerman Fries <baracoder@googlemail.com>2021-06-30 02:44:00 +0200
committerHerman Fries <baracoder@googlemail.com>2021-06-30 02:44:00 +0200
commit46d9fddd7131fe5679dd3a6578e91cc5b66f92a0 (patch)
treeca3df8d3f069768a223e748f8a77689859728d65 /pkgs/servers/x11
parent2a315efa50183d10b1f04212cbc4987f37b51144 (diff)
downloadnixpkgs-46d9fddd7131fe5679dd3a6578e91cc5b66f92a0.tar
nixpkgs-46d9fddd7131fe5679dd3a6578e91cc5b66f92a0.tar.gz
nixpkgs-46d9fddd7131fe5679dd3a6578e91cc5b66f92a0.tar.bz2
nixpkgs-46d9fddd7131fe5679dd3a6578e91cc5b66f92a0.tar.lz
nixpkgs-46d9fddd7131fe5679dd3a6578e91cc5b66f92a0.tar.xz
nixpkgs-46d9fddd7131fe5679dd3a6578e91cc5b66f92a0.tar.zst
nixpkgs-46d9fddd7131fe5679dd3a6578e91cc5b66f92a0.zip
xwayland: Fix build option default_font_path
Diffstat (limited to 'pkgs/servers/x11')
-rw-r--r--pkgs/servers/x11/xorg/xwayland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/x11/xorg/xwayland.nix b/pkgs/servers/x11/xorg/xwayland.nix
index 286125902fa..46d7ebfd85a 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"