mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
discord: add nostrip to enable krisp support
for some reason, stripping the binaries completely removes the krisp noise suppression feature
This commit is contained in:
parent
b15f85d100
commit
39a8eebf50
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'discord'
|
# Template file for 'discord'
|
||||||
pkgname=discord
|
pkgname=discord
|
||||||
version=0.0.21
|
version=0.0.21
|
||||||
revision=1
|
revision=2
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic
|
depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic
|
||||||
xdg-utils webrtc-audio-processing"
|
xdg-utils webrtc-audio-processing"
|
||||||
|
@ -14,6 +14,7 @@ checksum=283294b2c3d1aecfc3d74b391a1276de172d6ad426caa776ef14bd9d4ee235a3
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
restricted=yes
|
restricted=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
nostrip=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
local package_location="usr/lib/$pkgname" item
|
local package_location="usr/lib/$pkgname" item
|
||||||
|
|
Loading…
Add table
Reference in a new issue