hipchat: Fix desktop item
This commit is contained in:
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-interpreter ${stdenv.glibc}/lib/ld-linux.so.2 $file || true
|
||||||
patchelf --set-rpath ${rpath}:$out/lib $file || true
|
patchelf --set-rpath ${rpath}:$out/lib $file || true
|
||||||
done
|
done
|
||||||
|
substituteInPlace $out/share/applications/hipchat.desktop \
|
||||||
|
--replace /opt/HipChat/bin $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user