mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
discord-ptb: 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
39a8eebf50
commit
b2197f0a30
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'discord-ptb'
|
# Template file for 'discord-ptb'
|
||||||
pkgname=discord-ptb
|
pkgname=discord-ptb
|
||||||
version=0.0.35
|
version=0.0.35
|
||||||
revision=1
|
revision=2
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
hostmakedepends="w3m"
|
hostmakedepends="w3m"
|
||||||
depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic
|
depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic
|
||||||
|
@ -16,6 +16,7 @@ _license_checksum=45e63af835972e94b311bc44d515ca11a919d6a8f127ec801267b0a8fba108
|
||||||
nopie=yes
|
nopie=yes
|
||||||
restricted=yes
|
restricted=yes
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
|
nostrip=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
$XBPS_FETCH_CMD -o eula https://discord.com/terms
|
$XBPS_FETCH_CMD -o eula https://discord.com/terms
|
||||||
|
|
Loading…
Add table
Reference in a new issue