accountsservice: broken on musl.
This commit is contained in:
parent
2eac0c9406
commit
a4af2d4aee
|
@ -16,6 +16,10 @@ homepage="http://cgit.freedesktop.org/accountsservice/"
|
|||
license="GPL-3"
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=ed3ba94aa38ceb822a0e1a1ac71bf1a8123babf90be049397b3a00900e48d6cc
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/15409/steps/shell_3/logs/stdio";;
|
||||
esac
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
|
Loading…
Reference in New Issue