aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-28 14:38:58 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-28 14:38:58 -0400
commit65daf1723f28f275cec3ace753b34c87d51037e1 (patch)
tree8f4d4f130bb9b6cab17fa7920502934b104489a3 /stack.yaml
parent1ac524685440dd02428a192e2d074bb17f5f4806 (diff)
remove XMPP, DBus, DesktopNotify build flags
Make these features solely dependent on the OS being built on. This lets stack build on windows w/o XMPP, on OSX w/o DBUS, and on Linux with everything.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml12
1 files changed, 5 insertions, 7 deletions
diff --git a/stack.yaml b/stack.yaml
index a2d14069f..7df6a449d 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,31 +1,29 @@
flags:
git-annex:
- concurrentoutput: false
+ concurrentoutput: true
tahoe: true
tdfa: true
inotify: true
feed: true
webapp-secure: true
production: true
- ekg: false
assistant: true
pairing: true
cryptonite: true
- xmpp: true
network-uri: true
s3: true
- dbus: false
testsuite: true
webdav: true
torrentparser: true
- android: false
- androidsplice: false
quvi: true
dns: true
- desktopnotify: true
webapp: true
+ android: false
+ androidsplice: false
+ ekg: false
packages:
- '.'
extra-deps:
- Win32-extras-0.2.0.1
+- concurrent-output
resolver: nightly-2015-12-28