dutree: pin latest libc to fix ppc*-musl builds

This commit is contained in:
q66 2019-12-18 00:53:02 +01:00
parent d0b6238a9f
commit c614d916ba

View file

@ -9,3 +9,8 @@ license="GPL-3.0-or-later"
homepage="https://github.com/nachoparker/dutree"
distfiles="https://github.com/nachoparker/dutree/archive/v${version}.tar.gz"
checksum=8f5caa4f8e1d261ec3274218196e89319507bf866de6f658829f6a03be58ea83
pre_build() {
# default version too old for ppc musl systems
cargo update --package libc --precise 0.2.66
}