xinit: include launchd files when sandboxed (#511245)
This commit is contained in:
@@ -56,6 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"--with-xserver=${xorg-server.out}/bin/X"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
"--with-launchd=yes"
|
||||
"--with-bundle-id-prefix=org.nixos.xquartz"
|
||||
"--with-launchdaemons-dir=${placeholder "out"}/LaunchDaemons"
|
||||
"--with-launchagents-dir=${placeholder "out"}/LaunchAgents"
|
||||
|
||||
Reference in New Issue
Block a user