forked from mirrors/nixpkgs
git-annex: on second thought, let's not break backwards compatibility for no apparent reason
This commit is contained in:
parent
dd649df4e4
commit
b462c7908f
|
@ -47,6 +47,7 @@ rec {
|
|||
};
|
||||
|
||||
inherit (pkgs.haskellPackages) git-annex;
|
||||
gitAnnex = git-annex;
|
||||
|
||||
qgit = import ./qgit {
|
||||
inherit fetchurl stdenv;
|
||||
|
|
Loading…
Reference in a new issue