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
@ -46,7 +46,7 @@ rec {
|
|||||||
sendEmailSupport = !stdenv.isDarwin;
|
sendEmailSupport = !stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
|
|
||||||
gitAnnex = pkgs.haskellngPackages.git-annex;
|
gitAnnex = pkgs.haskell-ng.packages.ghc784.git-annex;
|
||||||
|
|
||||||
qgit = import ./qgit {
|
qgit = import ./qgit {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
|
Loading…
Reference in New Issue
Block a user