mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
pandoc: broken on i686
This commit is contained in:
parent
d42318798f
commit
72e2fcb9c4
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ nopie_files="
|
||||||
/usr/bin/pandoc-sidenote
|
/usr/bin/pandoc-sidenote
|
||||||
"
|
"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686*) broken="https://build.voidlinux.org/builders/i686_builder/builds/28037/steps/shell_3/logs/stdio" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/tasty .*,/tasty,/' pandoc-*/pandoc.cabal
|
sed -i 's/tasty .*,/tasty,/' pandoc-*/pandoc.cabal
|
||||||
sed -i 's/zip-archive .*,/zip-archive,/' pandoc-*/pandoc.cabal
|
sed -i 's/zip-archive .*,/zip-archive,/' pandoc-*/pandoc.cabal
|
||||||
|
|
Loading…
Add table
Reference in a new issue