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 29 30 30 postInstall = '' 31 31 wrapQtProgram "$out/bin/communi" 32 + substituteInPlace "$out/share/applications/communi.desktop" \ 33 + --replace "/usr/bin" "$out/bin" 32 34 ''; 33 35 34 36 meta = with stdenv.lib; {