mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
discord: Add libatomic as a dependency
Discord recently gained a new dependency required for operation, without this new dependency you get a message telling you to delete the discord config directory because the discord installition is "corrupt" Closes #9457.
This commit is contained in:
parent
ab1c577566
commit
dd0443e97f
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
pkgname="discord"
|
pkgname="discord"
|
||||||
version="0.0.2"
|
version="0.0.2"
|
||||||
revision=3
|
revision=4
|
||||||
depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx"
|
depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
|
||||||
wrksrc="Discord"
|
wrksrc="Discord"
|
||||||
only_for_archs="x86_64"
|
only_for_archs="x86_64"
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue