xinit: include launchd files when sandboxed (#511245)

This commit is contained in:
Paul Haerle
2026-04-21 12:31:04 +00:00
committed by GitHub
+1
View File
@@ -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"