mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
scryer-prolog: fix build with recent rust
This commit is contained in:
parent
ccc36fd968
commit
a11e31cafc
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue