NetworkManager: broken on *-musl
This commit is contained in:
parent
77e14992c0
commit
3f63a6ff64
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ homepage="https://wiki.gnome.org/Projects/NetworkManager"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=829378f318cc008d138a23ca6a9191928ce75344e7e47a2f2c35f4ac82133309
|
checksum=829378f318cc008d138a23ca6a9191928ce75344e7e47a2f2c35f4ac82133309
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl)
|
||||||
|
broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/1111/steps/shell_3/logs/stdio"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
hostmakedepends="
|
hostmakedepends="
|
||||||
automake libtool pkg-config intltool gnutls-devel glib-devel dbus-glib-devel
|
automake libtool pkg-config intltool gnutls-devel glib-devel dbus-glib-devel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue