From f3979196d41410754aa72761ec861d543450a115 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 26 Sep 2015 06:59:30 -0400 Subject: [PATCH] turn off dbus for stack Needs xml parser C libs. I couldn't avoid needing zlib though, http-client needs it. --- doc/install/fromsource.mdwn | 5 +++-- stack.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn index 8ffec5b389..4caec7013f 100644 --- a/doc/install/fromsource.mdwn +++ b/doc/install/fromsource.mdwn @@ -42,7 +42,7 @@ and avoids build failures due to fast-changing haskell libraries. First, [install stack](https://github.com/commercialhaskell/stack/blob/master/doc/install_and_upgrade.md) It will be part of the Haskell Platform soon. On Debian unstable/testing: - sudo apt-get install haskell-stack + sudo apt-get install haskell-stack zlib1g-dev Use stack to install all dependencies and git-annex: @@ -53,7 +53,8 @@ Move git-annex into some directory that is in your PATH: mv ~/.local/bin/git-annex ~/bin # or /usr/local/bin/ or whatever -Note that this build produces a git-annex without XMPP support. +Note that this build produces a git-annex without XMPP and DBUS support. +These optional features are only used by the webapp. ## minimal build from source with cabal diff --git a/stack.yaml b/stack.yaml index e81fe029a2..1768986f28 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,7 +15,7 @@ flags: xmpp: false network-uri: true s3: true - dbus: true + dbus: false testsuite: true webdav: true torrentparser: true