mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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" ;;
|
*) broken="ftbfs in ring" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
cargo update --package lexical-core:0.4.6 --precise 0.4.8
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue