git-annex: disable building of the web application to fix the build in the presence of yesod 1.2

This commit is contained in:
Peter Simons 2013-05-30 10:52:40 +02:00
parent e7975c0d33
commit 6fadcc2d69

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation {
makeFlagsArray=( PREFIX=$out CABAL=./Setup )
patchShebangs .
ghc -O2 --make Setup
./Setup configure -ftestsuite -f-android -fproduction -fdns -fxmpp -fpairing -fwebapp -fassistant -fdbus -finotify -fwebdav -fs3
./Setup configure -ftestsuite -f-android -fproduction -fdns -fxmpp -fpairing -f-webapp -fassistant -fdbus -finotify -fwebdav -fs3
'';
doCheck = true;