rust: fix build by adding libxml2-devel
Closes: #1349 Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
@@ -13,7 +13,7 @@ build_style=configure
|
||||
make_build_args="dist VERBOSE=1"
|
||||
only_for_archs="i686 x86_64 x86_64-musl"
|
||||
hostmakedepends="cmake curl pkg-config python"
|
||||
makedepends="libffi-devel llvm ncurses-devel zlib-devel"
|
||||
makedepends="libffi-devel llvm ncurses-devel libxml2-devel zlib-devel"
|
||||
short_desc="Safe, concurrent, practical systems language"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
homepage="http://www.rust-lang.org/"
|
||||
|
||||
Reference in New Issue
Block a user