mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
fractal: fix cross
This commit is contained in:
parent
20d283df6d
commit
9ce4d75c2c
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ homepage="https://wiki.gnome.org/Apps/Fractal"
|
|||
distfiles="https://gitlab.gnome.org/World/fractal/-/archive/$version/$pkgname-$version.tar.gz"
|
||||
checksum=3c3ea4e67e6d8fbc2e7b220fef188dcde5229e83c2cfeeadee42137718b34e56
|
||||
|
||||
post_patch() {
|
||||
# fixes an indexmap error when cross compiling
|
||||
cargo update --package autocfg --precise 1.1.0
|
||||
}
|
||||
|
||||
post_patch() {
|
||||
[ -z "$CROSS_BUILD" ] && return 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue