bluejeans-gui: fix desktop entry
This commit is contained in:
parent
893bdd3bdf
commit
d7764f71f1
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ stdenv.mkDerivation rec {
|
|||
--set LD_LIBRARY_PATH "${libPath}":"${placeholder "out"}"/opt/BlueJeans \
|
||||
--set LD_PRELOAD "$out"/opt/BlueJeans/liblocaltime64_stub.so
|
||||
|
||||
substituteInPlace "$out"/share/applications/bluejeans-v2.desktop \
|
||||
--replace "/opt/BlueJeans/bluejeans-v2" "$out/bin/bluejeans"
|
||||
|
||||
patchShebangs "$out"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue