git-annex: switch to the version built with GHC 7.10.1

Also, this change renames the "gitAnnex" attribute to "git-annex". This
seems more in-line with recent additions to the git package family,
which all used dashed names instead of camel-caps.
This commit is contained in:
Peter Simons 2015-05-26 13:09:01 +02:00
parent 35b2be0d24
commit 9cc46aaa4a
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ rec {
sendEmailSupport = !stdenv.isDarwin;
};
gitAnnex = pkgs.haskell-ng.packages.ghc784.git-annex;
inherit (pkgs.haskellPackages) git-annex;
qgit = import ./qgit {
inherit fetchurl stdenv;