forked from mirrors/nixpkgs
git-annex: disable building of the web application to fix the build in the presence of yesod 1.2
This commit is contained in:
parent
e7975c0d33
commit
6fadcc2d69
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue