parent
92b63caa5a
commit
0b3faaa5e1
@ -53,6 +53,11 @@ stdenv.mkDerivation {
|
|||||||
for i in $(cat $pathsPath); do
|
for i in $(cat $pathsPath); do
|
||||||
${xorg.lndir}/bin/lndir -silent $i $out
|
${xorg.lndir}/bin/lndir -silent $i $out
|
||||||
done
|
done
|
||||||
|
|
||||||
|
dbus_file="share/dbus-1/services/io.elementary.settings.service"
|
||||||
|
rm -f "$out/$dbus_file"
|
||||||
|
substitute "${switchboard}/$dbus_file" "$out/$dbus_file" \
|
||||||
|
--replace-fail "${switchboard}" "$out"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user