You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
298 B
Bash
15 lines
298 B
Bash
7 years ago
|
source $stdenv/setup
|
||
|
PATH=$dpkg/bin:$PATH
|
||
|
|
||
|
dpkg -x $src unpacked
|
||
|
|
||
|
mkdir -p $out/bin
|
||
|
cp -r unpacked/* $out/
|
||
|
|
||
|
ln -s $out/usr/bin/VidyoDesktop $out/bin/VidyoDesktop
|
||
|
touch $out/etc/issue
|
||
|
|
||
|
#wrapProgram $out/bin/VidyoDesktop \
|
||
|
# --set PULSE_LATENCY_MSEC "60" \
|
||
|
# --set VIDYO_AUDIO_FRAMEWORK "ALSA"
|