git-annex: switch attribute over to haskell-ng package set, which is more up-to-date

This commit is contained in:
Peter Simons 2015-01-22 23:17:34 +01:00
parent 1e9753c613
commit 5adc98cc50

View file

@ -46,7 +46,7 @@ rec {
sendEmailSupport = !stdenv.isDarwin;
};
gitAnnex = pkgs.haskellPackages.gitAnnex;
gitAnnex = pkgs.haskellngPackages.gitAnnex;
qgit = import ./qgit {
inherit fetchurl stdenv;