git-annex: on second thought, let's not break backwards compatibility for no apparent reason

This commit is contained in:
Peter Simons 2015-05-30 21:02:03 +02:00
parent dd649df4e4
commit b462c7908f

@ -47,6 +47,7 @@ rec {
};
inherit (pkgs.haskellPackages) git-annex;
gitAnnex = git-annex;
qgit = import ./qgit {
inherit fetchurl stdenv;