git-annex: use build from GHC 7.8.4 package set until 7.10.1 compiles this tool
This commit is contained in:
parent
72f06e79f5
commit
805b9ed4bf
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ rec {
|
|||
sendEmailSupport = !stdenv.isDarwin;
|
||||
};
|
||||
|
||||
gitAnnex = pkgs.haskellngPackages.git-annex;
|
||||
gitAnnex = pkgs.haskell-ng.packages.ghc784.git-annex;
|
||||
|
||||
qgit = import ./qgit {
|
||||
inherit fetchurl stdenv;
|
||||
|
|
Loading…
Reference in a new issue