fix(pandoc)

fixes https://github.com/teaxyz/pantry.core/issues/249
This commit is contained in:
Jacob Heider 2023-02-13 22:08:18 -05:00 committed by Jacob Heider
parent 65ad700870
commit e8c224a942

View file

@ -24,11 +24,17 @@ build:
haskell.org/cabal: ^3
script: |-
cabal update
mkdir -p {{prefix}}/bin
cabal install $ARGS
env:
ARGS:
- --install-method=copy
- --installdir={{prefix}}/bin
- --jobs={{hw.concurrency}}
linux:
ARGS:
# else segfaults
- --enable-relocatable
test:
fixture: |