ibus: patch sh to runtimeShell in ExecStart of systemd service
This commit is contained in:
parent
8ce001f6a2
commit
5c641b4139
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ stdenv.mkDerivation rec {
|
|||
postPatch = ''
|
||||
patchShebangs --build data/dconf/make-dconf-override-db.sh
|
||||
cp ${buildPackages.gtk-doc}/share/gtk-doc/data/gtk-doc.make .
|
||||
substituteInPlace bus/services/org.freedesktop.IBus.session.GNOME.service.in --replace "ExecStart=sh" "ExecStart=${runtimeShell}"
|
||||
substituteInPlace bus/services/org.freedesktop.IBus.session.generic.service.in --replace "ExecStart=sh" "ExecStart=${runtimeShell}"
|
||||
'';
|
||||
|
||||
preAutoreconf = "touch ChangeLog";
|
||||
|
|
Loading…
Reference in a new issue