From d3612486c66c1079181a7003191b737bc7451952 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 8 Aug 2019 15:33:01 +0200 Subject: [PATCH] hoogle: broken on musl --- srcpkgs/hoogle/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/hoogle/template b/srcpkgs/hoogle/template index a5b8c7eafb..8ad9dd67d7 100644 --- a/srcpkgs/hoogle/template +++ b/srcpkgs/hoogle/template @@ -14,6 +14,10 @@ distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz" checksum=5e092a0b33f85ffe3c425939e082e4fdf7e219d74949cc8324edbcf464ac9587 nopie_files="/usr/bin/hoogle" +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/22212/steps/shell_3/logs/stdio" ;; +esac + post_install() { vlicense LICENSE }