From d5a8fbcc654f39e126ad32717c4396cff5c2bced Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 5 Sep 2018 11:16:28 -0400 Subject: [PATCH] remove some no longer present build flags from example --- doc/install/fromsource.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn index c46321099b..db8f6140ac 100644 --- a/doc/install/fromsource.mdwn +++ b/doc/install/fromsource.mdwn @@ -73,8 +73,8 @@ to be broken from time to time. Get the git-annex source code, and inside the source tree, run: - cabal install -j -f"-assistant -webapp -webdav -pairing -xmpp -dns -dbus -magicmime" --only-dependencies - cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns -dbus -magicmime" + cabal install -j -f"-assistant -webapp -webdav -pairing -dbus -magicmime" --only-dependencies + cabal configure -f"-assistant -webapp -webdav -pairing -dbus -magicmime" cabal build -j PATH=$HOME/bin:$PATH cabal install --bindir=$HOME/bin