diff --git a/pkgs/applications/networking/skype/default.nix b/pkgs/applications/networking/skype/default.nix index 1b1373fc846e..01a49276fcda 100644 --- a/pkgs/applications/networking/skype/default.nix +++ b/pkgs/applications/networking/skype/default.nix @@ -39,7 +39,7 @@ stdenv.mkDerivation ( rec { cp -r * \$out/opt/skype/; cat >\$out/bin/skype << EOF #!/bin/sh - \$out/opt/skype/skype + \$out/opt/skype/skype --resources=\$out/opt/skype \\$@ EOF chmod +x \$out/bin/skype