mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
tilix: broken ldc on musl
This commit is contained in:
parent
4cf55d5b62
commit
4d7e37eec0
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ homepage="https://gnunn1.github.io/tilix-web/"
|
|||
distfiles="https://github.com/gnunn1/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=2a9482770391d11d5edc8351d426c700c2cc6c194a30391ef2ae25bb7095b59b
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="collateral damage from broken ldc" ;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
|
|
Loading…
Add table
Reference in a new issue