diff --git a/srcpkgs/dracut/template b/srcpkgs/dracut/template index 32073d01ce9..27743569eda 100644 --- a/srcpkgs/dracut/template +++ b/srcpkgs/dracut/template @@ -5,7 +5,8 @@ revision=9 build_style=configure configure_args="--prefix=/usr --sysconfdir=/etc" conf_files="/etc/dracut.conf" -hostmakedepends="asciidoc pkg-config" +# XXX: docbook-xml was added to sort builders out, can be removed +hostmakedepends="asciidoc docbook-xml pkg-config" makedepends="libkmod-devel" depends="bash coreutils cpio eudev gzip kmod>=3.7 kpartx util-linux" short_desc="Low-level tool for generating an initramfs/initrd image"