mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
make: needs xz in hostmakedepends
This commit is contained in:
parent
f89ed7b547
commit
693597a85d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ revision=1
|
|||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_with guile)"
|
||||
hostmakedepends="$(vopt_if guile pkg-config)"
|
||||
hostmakedepends="$(vopt_if guile pkg-config) xz"
|
||||
makedepends="$(vopt_if guile 'gc-devel guile-devel')"
|
||||
short_desc="The GNU make system"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
|
|
Loading…
Add table
Reference in a new issue