skype: small cleanup

This commit is contained in:
Nikolay Amiantov 2016-03-27 11:56:28 +03:00
parent 235a0d5bdc
commit 3819384395
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
cat > $out/bin/skype << EOF
#!${stdenv.shell}
export PULSE_LATENCY_MSEC=60 # workaround for pulseaudio glitches
$out/libexec/skype/skype --resources=$out/libexec/skype "\$@"
exec $out/libexec/skype/skype --resources=$out/libexec/skype "\$@"
EOF
chmod +x $out/bin/skype
@ -67,5 +67,6 @@ stdenv.mkDerivation rec {
description = "A proprietary voice-over-IP (VoIP) client";
homepage = http://www.skype.com/;
license = stdenv.lib.licenses.unfree;
platforms = [ "i686-linux" ];
};
}