aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-05-16 20:50:08 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-05-16 20:50:08 -0700
commitad669e486e3f6920be49adbeeae10ca6f66ff256 (patch)
treeecff146ab40e1b8016d899b9efdc1fad605ce3d5 /windows
parent054e6abd0da453ffca04ed443e60d059506ad0eb (diff)
downloadpandoc-ad669e486e3f6920be49adbeeae10ca6f66ff256.tar.gz
stack.yamls - make sure proper flags used for texmath, pandoc-citeproc.
Diffstat (limited to 'windows')
-rw-r--r--windows/stack-appveyor.yaml5
-rw-r--r--windows/stack.yaml2
2 files changed, 7 insertions, 0 deletions
diff --git a/windows/stack-appveyor.yaml b/windows/stack-appveyor.yaml
index e5a2b138e..99eca438b 100644
--- a/windows/stack-appveyor.yaml
+++ b/windows/stack-appveyor.yaml
@@ -5,6 +5,11 @@ flags:
embed_data_files: true
old-locale: false
network-uri: true
+ pandoc-citeproc:
+ bibutils: true
+ embed_data_files: true
+ texmath:
+ network-uri: true
packages:
- '..'
extra-deps:
diff --git a/windows/stack.yaml b/windows/stack.yaml
index 312b39e3b..22f127c8d 100644
--- a/windows/stack.yaml
+++ b/windows/stack.yaml
@@ -11,6 +11,8 @@ flags:
unicode_collation: false
test_citeproc: false
debug: false
+ texmath:
+ network-uri: true
packages:
- '..'
- '../../pandoc-citeproc'