hipchat: Fix desktop item

This commit is contained in:
Eelco Dolstra 2013-05-14 14:29:53 +02:00
parent 07d4f26be1
commit ea919f29a9

@ -52,6 +52,8 @@ in stdenv.mkDerivation {
patchelf --set-interpreter ${stdenv.glibc}/lib/ld-linux.so.2 $file || true
patchelf --set-rpath ${rpath}:$out/lib $file || true
done
substituteInPlace $out/share/applications/hipchat.desktop \
--replace /opt/HipChat/bin $out/bin
'';
meta = {