debug-me: unbreak on musl
This commit is contained in:
parent
37314f57c5
commit
020df4d844
2 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue