mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
tell skype where to find its resources - by Russell O'Connor
svn path=/nixpkgs/trunk/; revision=17924
This commit is contained in:
parent
3af9d9e586
commit
efca5daeb7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue