diff --git a/srcpkgs/rooster/template b/srcpkgs/rooster/template index 90b4f237bc8..b38695c723e 100644 --- a/srcpkgs/rooster/template +++ b/srcpkgs/rooster/template @@ -13,5 +13,6 @@ distfiles="https://github.com/conradkdotcom/rooster/archive/v${version}.tar.gz" checksum=2cb08c90c9604951c810038dffd1dfca1de71bfe1d76b22f951dc3f14c0efab4 pre_build() { - cargo update --package openssl-sys --precise 0.9.60 + # fixes an indexmap error when cross compiling + cargo update --package autocfg:1.0.1 --precise 1.1.0 }