summary refs log tree commit diff
path: root/pkgs/applications/networking/skype/default.nix
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2009-10-22 15:41:34 +0000
committerMarc Weber <marco-oweber@gmx.de>2009-10-22 15:41:34 +0000
commitefca5daeb7173826ae72cb01987aac661c829237 (patch)
treec431abb5b35fbe777edfdce81a01359f2b06bb85 /pkgs/applications/networking/skype/default.nix
parent3af9d9e586f02a291f9e57be4d857f9a3a1946cf (diff)
tell skype where to find its resources - by Russell O'Connor
svn path=/nixpkgs/trunk/; revision=17924
Diffstat (limited to 'pkgs/applications/networking/skype/default.nix')
-rw-r--r--pkgs/applications/networking/skype/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/skype/default.nix b/pkgs/applications/networking/skype/default.nix
index 1b1373fc846e5..01a49276fcda5 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