Merge pull request #107761 from eliasp/skypeforlinux-exec-path
skypeforlinux: fix Exec paths in further desktop files
This commit is contained in:
commit
3f8706620d
1 changed files with 4 additions and 0 deletions
|
@ -108,6 +108,10 @@ in stdenv.mkDerivation {
|
||||||
# Fix the desktop link
|
# Fix the desktop link
|
||||||
substituteInPlace $out/share/applications/skypeforlinux.desktop \
|
substituteInPlace $out/share/applications/skypeforlinux.desktop \
|
||||||
--replace /usr/bin/ $out/bin/
|
--replace /usr/bin/ $out/bin/
|
||||||
|
substituteInPlace $out/share/applications/skypeforlinux-share.desktop \
|
||||||
|
--replace /usr/bin/ $out/bin/
|
||||||
|
substituteInPlace $out/share/kservices5/ServiceMenus/skypeforlinux.desktop \
|
||||||
|
--replace /usr/bin/ $out/bin/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in a new issue