mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
xorg-server: enable SECURITY module on darwin
This is required for `ssh -X` to work properly.
(cherry picked from commit eb4202e428)
This commit is contained in:
parent
e8f498bc47
commit
d8d4551aa1
1 changed files with 1 additions and 2 deletions
|
|
@ -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 [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue