mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +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
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_with guile)"
|
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')"
|
makedepends="$(vopt_if guile 'gc-devel guile-devel')"
|
||||||
short_desc="The GNU make system"
|
short_desc="The GNU make system"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue