mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
pandoc: unbreak i686 build
This commit is contained in:
parent
a61505306b
commit
212b7c385e
2 changed files with 2 additions and 5 deletions
|
@ -34,6 +34,7 @@ extra-deps:
|
||||||
- commonmark-0.1.0.1
|
- commonmark-0.1.0.1
|
||||||
- commonmark-extensions-0.2.0.0
|
- commonmark-extensions-0.2.0.0
|
||||||
- commonmark-pandoc-0.2.0.0
|
- commonmark-pandoc-0.2.0.0
|
||||||
|
- unicode-transforms-0.3.7.1
|
||||||
|
|
||||||
ghc-options:
|
ghc-options:
|
||||||
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
pkgname=pandoc
|
pkgname=pandoc
|
||||||
# Keep in sync with http://www.stackage.org/lts
|
# Keep in sync with http://www.stackage.org/lts
|
||||||
version=2.10.1
|
version=2.10.1
|
||||||
revision=1
|
revision=2
|
||||||
_citeproc_version=0.17.0.1
|
_citeproc_version=0.17.0.1
|
||||||
_sidenote_version=0.20.0
|
_sidenote_version=0.20.0
|
||||||
_monad_gen_version=0.3.0.1
|
_monad_gen_version=0.3.0.1
|
||||||
|
@ -32,10 +32,6 @@ 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