lomiri.telephony-service: Fix indicator

This commit is contained in:
OPNA2608 2024-04-10 13:45:59 +02:00 committed by Weijia Wang
parent 52696f99fa
commit 8d0a5773b2
1 changed files with 4 additions and 0 deletions

View File

@ -176,6 +176,10 @@ stdenv.mkDerivation (finalAttrs: {
sed -i $out/lib/systemd/user/"$service".service \
-e '/ofono-setup.service/d'
done
# Parses the call & SMS indicator desktop files & tries to find its own executable in PATH
wrapProgram $out/bin/telephony-service-indicator \
--prefix PATH : "$out/bin"
'';
passthru = {