mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
vscode: depends xdg-utils
Follow link functionality doesn't work without xdg-utils
This commit is contained in:
parent
e86784a369
commit
9a46a9c216
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.42.0
|
version=1.42.0
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="pkg-config python nodejs-lts-10 yarn tar"
|
hostmakedepends="pkg-config python nodejs-lts-10 yarn tar"
|
||||||
makedepends="libxkbfile-devel libsecret-devel"
|
makedepends="libxkbfile-devel libsecret-devel"
|
||||||
depends="libXtst libxkbfile nss dejavu-fonts-ttf"
|
depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils"
|
||||||
short_desc="Microsoft Code for Linux"
|
short_desc="Microsoft Code for Linux"
|
||||||
maintainer="shizonic <realtiaz@gmail.com>"
|
maintainer="shizonic <realtiaz@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue