debug-me: unbreak on musl

This commit is contained in:
q66 2019-08-18 00:22:49 +02:00 committed by Leah Neukirchen
parent 37314f57c5
commit 020df4d844
2 changed files with 2 additions and 8 deletions

View file

@ -1,6 +1,6 @@
packages:
- '.'
resolver: lts-13.30
resolver: lts-14.1
extra-deps:
- posix-pty-0.2.1.1
- graphviz-2999.20.0.3

View file

@ -1,7 +1,7 @@
# Template file for 'debug-me'
pkgname=debug-me
version=1.20181208
revision=1
revision=2
build_style=haskell-stack
makedepends="zlib-devel"
short_desc="Secure remote debugging"
@ -13,12 +13,6 @@ checksum=47cd1f5af1d32b2659c0991466f1ffec34b01211a663b8b0a51ebc2ecb49168b
nocross=yes # Can't yet cross compile Haskell
nopie_files="/usr/bin/debug-me"
case "$XBPS_TARGET_MACHINE" in
x86_64-musl)
broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/22206/steps/shell_3/logs/stdio"
;;
esac
post_install() {
vlicense AGPL
}