Merge pull request #13960 from hrdinka/fix/communi-desktop

communi: fix .desktop file's `Exec` path

+2
+2
pkgs/applications/networking/irc/communi/default.nix
··· 29 30 postInstall = '' 31 wrapQtProgram "$out/bin/communi" 32 ''; 33 34 meta = with stdenv.lib; {
··· 29 30 postInstall = '' 31 wrapQtProgram "$out/bin/communi" 32 + substituteInPlace "$out/share/applications/communi.desktop" \ 33 + --replace "/usr/bin" "$out/bin" 34 ''; 35 36 meta = with stdenv.lib; {