Commit 22522136 authored by jacekpoz's avatar jacekpoz Committed by Bjørn Forsman
Browse files

signal-desktop-beta: remove tray icon fix

it's unnecessary, the beta has an option in the preferences for it
parent d48c7318
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ stdenv.mkDerivation rec {
    # Fix the desktop link and fix showing application icon in tray
    substituteInPlace $out/share/applications/${pname}.desktop \
      --replace "/opt/${dir}/${pname}" $out/bin/${pname} \
      --replace "bin/signal-desktop" "bin/signal-desktop --use-tray-icon"
      ${if pname == "signal-desktop" then "--replace \"bin/signal-desktop\" \"bin/signal-desktop --use-tray-icon\"" else ""}

    autoPatchelf --no-recurse -- "$out/lib/${dir}/"
    patchelf --add-needed ${libpulseaudio}/lib/libpulse.so "$out/lib/${dir}/resources/app.asar.unpacked/node_modules/@signalapp/ringrtc/build/linux/libringrtc-x64.node"