gnome-initial-setup: broken on musl

This commit is contained in:
Enno Boland 2017-03-05 18:56:07 +01:00
parent 06e96310af
commit 27449f292b

View file

@ -16,6 +16,12 @@ homepage="http://www.gnome.org"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=56a663d84ab16854afbdd5ea852f0b76bb5e30829f14f3a224ea130c14825468
# Due to elogind
case "$XBPS_TARGET_MACHINE" in
*-musl)
broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/1121/steps/shell_3/logs/stdio"
;;
esac
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then