From f627f3a2b51c77fb227c0ae2b440cfac4a169469 Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Sat, 29 Oct 2022 23:39:29 +0200 Subject: skypeforlinux: remove nix store path references in desktop files Because desktop files can be copied to $HOME/.config/autostart, and eventually the Nix store paths they reference will be garbage collected and break. --- .../networking/instant-messengers/skypeforlinux/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/networking/instant-messengers/skypeforlinux') diff --git a/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix b/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix index ec33f99809ef6..d9fcbc26380ee 100644 --- a/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix +++ b/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix @@ -110,11 +110,11 @@ in stdenv.mkDerivation { # Fix the desktop link substituteInPlace $out/share/applications/skypeforlinux.desktop \ - --replace /usr/bin/ $out/bin/ + --replace /usr/bin/ "" substituteInPlace $out/share/applications/skypeforlinux-share.desktop \ - --replace /usr/bin/ $out/bin/ + --replace /usr/bin/ "" substituteInPlace $out/share/kservices5/ServiceMenus/skypeforlinux.desktop \ - --replace /usr/bin/ $out/bin/ + --replace /usr/bin/ "" ''; meta = with lib; { -- cgit 1.4.1