xorg-server: enable SECURITY module on darwin

This is required for `ssh -X` to work properly.
This commit is contained in:
George Huebner
2026-06-25 15:58:59 -07:00
parent e53453bc1b
commit eb4202e428
+1 -2
View File
@@ -152,8 +152,7 @@ stdenv.mkDerivation (finalAttrs: {
"-Dxkb_bin_dir=${xkbcomp}/bin"
"-Dxkb_dir=${xkeyboard-config}/share/X11/xkb"
"-Dxkb_output_dir=$out/share/X11/xkb/compiled"
]
++ lib.optionals (!stdenv.hostPlatform.isDarwin) [
"-Dxcsecurity=true"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [