From e390caf5913e18b7568f5f6dd62f9cb60cfa168c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Mon, 27 Jul 2020 21:04:10 -0300 Subject: [PATCH] fractal: remove broken for musl. --- srcpkgs/fractal/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/fractal/template b/srcpkgs/fractal/template index 4957b83a6b2..a5a31a33ccd 100644 --- a/srcpkgs/fractal/template +++ b/srcpkgs/fractal/template @@ -16,10 +16,6 @@ homepage="https://wiki.gnome.org/Apps/Fractal" distfiles="https://gitlab.gnome.org/World/fractal/-/archive/$version/$pkgname-$version.tar.gz" checksum=3f722e2fbadd6cee1ce98a92cf718c8051532dfd71180a453695365aa80d2b02 -if [ "$XBPS_TARGET_LIBC" = "musl" ]; then - broken="error: Could not compile gtk. (segfaults rustc)" -fi - post_patch() { [ -z "$CROSS_BUILD" ] && return 0