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:
parent
d91f7b5a8c
commit
e0457c7d88
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue