gitAndTools.ydiff: add python3.pkgs.ydiff tool

This commit is contained in:
Jonathan Ringer 2020-02-14 14:57:29 -08:00 committed by Jon
parent e5c8ead7d1
commit bbb4a1be3d

View File

@ -194,6 +194,8 @@ let
transcrypt = callPackage ./transcrypt { };
ydiff = pkgs.python3.pkgs.toPythonApplication pkgs.python3.pkgs.ydiff;
} // lib.optionalAttrs (config.allowAliases or true) (with self; {
# aliases
gitAnnex = git-annex;