git-annex: use build from GHC 7.8.4 package set until 7.10.1 compiles this tool

This commit is contained in:
Peter Simons 2015-04-19 20:19:12 +02:00
parent 72f06e79f5
commit 805b9ed4bf

View file

@ -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;