Merge pull request #120064 from pennae/startx-dbus

xinit: don't unset DBUS_SESSION_BUS_ADDRESS in startx

authored by Jörg Thalheim and committed by GitHub eab5c73a 3f95a17d

+8
+8
pkgs/servers/x11/xorg/overrides.nix
··· 773 "--with-launchdaemons-dir=\${out}/LaunchDaemons" 774 "--with-launchagents-dir=\${out}/LaunchAgents" 775 ]; 776 propagatedBuildInputs = attrs.propagatedBuildInputs or [] ++ [ self.xauth ] 777 ++ lib.optionals isDarwin [ self.libX11 self.xorgproto ]; 778 postFixup = ''
··· 773 "--with-launchdaemons-dir=\${out}/LaunchDaemons" 774 "--with-launchagents-dir=\${out}/LaunchAgents" 775 ]; 776 + patches = [ 777 + # don't unset DBUS_SESSION_BUS_ADDRESS in startx 778 + (fetchpatch { 779 + name = "dont-unset-DBUS_SESSION_BUS_ADDRESS.patch"; 780 + url = "https://git.archlinux.org/svntogit/packages.git/plain/repos/extra-x86_64/fs46369.patch?h=packages/xorg-xinit&id=40f3ac0a31336d871c76065270d3f10e922d06f3"; 781 + sha256 = "18kb88i3s9nbq2jxl7l2hyj6p56c993hivk8mzxg811iqbbawkp7"; 782 + }) 783 + ]; 784 propagatedBuildInputs = attrs.propagatedBuildInputs or [] ++ [ self.xauth ] 785 ++ lib.optionals isDarwin [ self.libX11 self.xorgproto ]; 786 postFixup = ''