scryer-prolog: fix build with recent rust

This commit is contained in:
Michal Vasilek 2022-08-20 19:08:20 +02:00
parent ccc36fd968
commit a11e31cafc

View file

@ -19,6 +19,10 @@ case "$XBPS_TARGET_MACHINE" in
*) broken="ftbfs in ring" ;;
esac
post_patch() {
cargo update --package lexical-core:0.4.6 --precise 0.4.8
}
post_install() {
vlicense LICENSE
}