forked from mirrors/nixpkgs
git-annex: switch attribute over to haskell-ng package set, which is more up-to-date
This commit is contained in:
parent
1e9753c613
commit
5adc98cc50
|
@ -46,7 +46,7 @@ rec {
|
|||
sendEmailSupport = !stdenv.isDarwin;
|
||||
};
|
||||
|
||||
gitAnnex = pkgs.haskellPackages.gitAnnex;
|
||||
gitAnnex = pkgs.haskellngPackages.gitAnnex;
|
||||
|
||||
qgit = import ./qgit {
|
||||
inherit fetchurl stdenv;
|
||||
|
|
Loading…
Reference in a new issue