mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-06 08:44:37 +00:00
guix: fix riscv64 builds, remove squashfs-tools
This commit is contained in:
parent
f3cd346723
commit
c355370c0f
2 changed files with 12 additions and 7 deletions
contrib/guix
|
@ -477,12 +477,18 @@ mkdir -p "$DISTSRC"
|
|||
|| ( rm -f "${OUTDIR}/${DISTNAME}-linux${LINUX_ARCH}${ANONDIST}.zip" && exit 1 )
|
||||
;;
|
||||
esac
|
||||
find . -name "*.AppImage" -print0 \
|
||||
| xargs -0r touch --no-dereference --date="@${SOURCE_DATE_EPOCH}"
|
||||
find . -name "*.AppImage" \
|
||||
| sort \
|
||||
| zip -X@ "${OUTDIR}/${DISTNAME}-linux${LINUX_ARCH}-appimage${ANONDIST}.zip" \
|
||||
|| ( rm -f "${OUTDIR}/${DISTNAME}-linux${LINUX_ARCH}-appimage${ANONDIST}.zip" && exit 1 )
|
||||
case "$HOST" in
|
||||
riscv64-*)
|
||||
;;
|
||||
*)
|
||||
find . -name "*.AppImage" -print0 \
|
||||
| xargs -0r touch --no-dereference --date="@${SOURCE_DATE_EPOCH}"
|
||||
find . -name "*.AppImage" \
|
||||
| sort \
|
||||
| zip -X@ "${OUTDIR}/${DISTNAME}-linux${LINUX_ARCH}-appimage${ANONDIST}.zip" \
|
||||
|| ( rm -f "${OUTDIR}/${DISTNAME}-linux${LINUX_ARCH}-appimage${ANONDIST}.zip" && exit 1 )
|
||||
;;
|
||||
esac
|
||||
else
|
||||
find . -print0 \
|
||||
| xargs -0r touch --no-dereference --date="@${SOURCE_DATE_EPOCH}"
|
||||
|
|
|
@ -294,7 +294,6 @@ chain for " target " development."))
|
|||
bison
|
||||
gperf
|
||||
gettext-minimal
|
||||
squashfs-tools
|
||||
cmake-minimal
|
||||
meson
|
||||
ninja
|
||||
|
|
Loading…
Reference in a new issue