From efca5daeb7173826ae72cb01987aac661c829237 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Thu, 22 Oct 2009 15:41:34 +0000 Subject: [PATCH] tell skype where to find its resources - by Russell O'Connor svn path=/nixpkgs/trunk/; revision=17924 --- pkgs/applications/networking/skype/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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