Unverified Commit 2fc63624 authored by Paul Haerle's avatar Paul Haerle Committed by GitHub
Browse files

xinit: include launchd files when sandboxed (#511245)

parents 9312c55d 1b93fe7d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"