vscode: tar missing as hostdependency

With the move to bsdtar, the file type inferrence for compressed archives differs, which breaks the build process. Adding tar to the hostdependencies fixes this problem.
This commit is contained in:
Alex Lohr 2020-01-20 16:44:12 +01:00 committed by Jürgen Buchmüller
parent d91f7b5a8c
commit e0457c7d88
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
pkgname=vscode
version=1.41.1
revision=2
hostmakedepends="pkg-config python nodejs-lts yarn"
hostmakedepends="pkg-config python nodejs-lts yarn tar"
makedepends="libxkbfile-devel libsecret-devel"
depends="libXtst libxkbfile nss dejavu-fonts-ttf"
short_desc="Microsoft Code for Linux"