Commit 8d0a5773 authored by OPNA2608's avatar OPNA2608 Committed by Weijia Wang
Browse files

lomiri.telephony-service: Fix indicator

parent 52696f99
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 = {