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:
parent
35b2be0d24
commit
9cc46aaa4a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue