communi: fix darwin build

/cc ZHF #36454
wip/yesman
Daiderd Jordan 6 years ago
parent 421ac69830
commit 99d56c542e
No known key found for this signature in database
GPG Key ID: D02435D05B810C96
  1. 2
      pkgs/applications/networking/irc/communi/default.nix

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
"
'';
postInstall = ''
postInstall = stdenv.lib.optionalString stdenv.isLinux ''
substituteInPlace "$out/share/applications/communi.desktop" \
--replace "/usr/bin" "$out/bin"
'';

Loading…
Cancel
Save