yarn: needs tar in hostmakedepends

This commit is contained in:
Jürgen Buchmüller 2020-01-21 19:10:50 +01:00
parent c09fcc4a49
commit a7d87b9e35
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
pkgname=yarn
version=1.21.1
revision=1
hostmakedepends="yarn-bin nodejs"
hostmakedepends="yarn-bin nodejs tar"
depends="virtual?nodejs-runtime"
short_desc="Fast, reliable, and secure dependency management"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"