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