lol

pantheon.switchboard-with-plugs: Fix dbus file path

https://github.com/elementary/switchboard/commit/c63cdd984f52e3e6769beb38fdbce033080cfd2c

+5
+5
pkgs/desktops/pantheon/apps/switchboard/wrapper.nix
··· 53 53 for i in $(cat $pathsPath); do 54 54 ${xorg.lndir}/bin/lndir -silent $i $out 55 55 done 56 + 57 + dbus_file="share/dbus-1/services/io.elementary.settings.service" 58 + rm -f "$out/$dbus_file" 59 + substitute "${switchboard}/$dbus_file" "$out/$dbus_file" \ 60 + --replace-fail "${switchboard}" "$out" 56 61 ''; 57 62 58 63 preFixup = ''