3
0
Fork 0
forked from mirrors/nixpkgs

git-annex: switch attribute over to haskell-ng package set some more

This commit is contained in:
Peter Simons 2015-01-22 23:29:09 +01:00
parent 5adc98cc50
commit 7149878010

View file

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