hoogle: broken on musl
This commit is contained in:
parent
1413826472
commit
d3612486c6
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue