diff --git a/srcpkgs/gjs/template b/srcpkgs/gjs/template index b71e55cb901..8cdebbf126f 100644 --- a/srcpkgs/gjs/template +++ b/srcpkgs/gjs/template @@ -1,7 +1,7 @@ # Template file for 'gjs' pkgname=gjs version=1.56.1 -revision=1 +revision=2 build_style=gnu-configure build_helper="gir" configure_args="--without-dbus-tests" @@ -19,11 +19,6 @@ case "$XBPS_TARGET_MACHINE" in *-musl) configure_args+=" --disable-profiler" # https://gitlab.gnome.org/GNOME/gjs/issues/132 esac -case "$XBPS_TARGET_MACHINE" in - i686-musl|x86_64-musl) ;; - *-musl) broken="gojbect-introspection" ;; -esac - post_configure() { # Cross compilation gets this result wrong vsed -e "s|^#define HAVE_DEBUG_SPIDERMONKEY.*|/* #undef HAVE_DEBUG_SPIDERMONKEY */|g" \