slack-desktop: fix missing dependency
Without xdg-utils, the login will not work so slack basically becomes useless.
This commit is contained in:
parent
ec418742ab
commit
ee82e75cd3
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ version=4.2.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
hostmakedepends="tar xz"
|
hostmakedepends="tar xz"
|
||||||
|
depends="xdg-utils"
|
||||||
short_desc="Messaging app for teams"
|
short_desc="Messaging app for teams"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="custom:Proprietary"
|
license="custom:Proprietary"
|
||||||
|
|
Loading…
Reference in a new issue