diff --git a/srcpkgs/kore/template b/srcpkgs/kore/template index c8b255d78fa..a31cdf1802b 100644 --- a/srcpkgs/kore/template +++ b/srcpkgs/kore/template @@ -13,6 +13,10 @@ homepage="https://kore.io" distfiles="https://kore.io/releases/kore-${version}.tar.gz" checksum=c80d7a817883e631adf9eb5271b4ffa6ebb06c2e2fca40ce6c3c75638c08b67a +if [ "$XBPS_TARGET_LIBC" = "musl" ]; then + makedepends+=" musl-legacy-compat" +fi + post_install() { vlicense LICENSE }