skype: small cleanup
This commit is contained in:
parent
235a0d5bdc
commit
3819384395
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||||
cat > $out/bin/skype << EOF
|
cat > $out/bin/skype << EOF
|
||||||
#!${stdenv.shell}
|
#!${stdenv.shell}
|
||||||
export PULSE_LATENCY_MSEC=60 # workaround for pulseaudio glitches
|
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
|
EOF
|
||||||
|
|
||||||
chmod +x $out/bin/skype
|
chmod +x $out/bin/skype
|
||||||
|
@ -67,5 +67,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "A proprietary voice-over-IP (VoIP) client";
|
description = "A proprietary voice-over-IP (VoIP) client";
|
||||||
homepage = http://www.skype.com/;
|
homepage = http://www.skype.com/;
|
||||||
license = stdenv.lib.licenses.unfree;
|
license = stdenv.lib.licenses.unfree;
|
||||||
|
platforms = [ "i686-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue