Skip to content

Commit

Permalink
skype: small cleanup
Browse files Browse the repository at this point in the history
(cherry picked from commit 3819384)
  • Loading branch information
abbradar committed Mar 27, 2016
1 parent 9cb9a6b commit 5ce9f24
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -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
Expand All @@ -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" ];
};
}

0 comments on commit 5ce9f24

Please sign in to comment.