hledger: broken on musl

This commit is contained in:
Enno Boland 2019-08-08 14:08:36 +02:00
parent fe0172fb54
commit 0ab4861863
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ checksum=127edf1a8ca5b3c16e9163ec777909eb6f045f3ae3f0500ba7333074ff78c393
nopie_files="/usr/bin/hledger"
nocross=yes # Can't yet cross compile Haskell
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/22210/steps/shell_3/logs/stdio" ;;
;;
esac
post_install() {
vman hledger/hledger.1
for manpage in hledger-lib/*.5; do