Tig: cosmetics

This commit is contained in:
Dmitry Malikov 2012-08-08 00:53:05 +02:00
parent 7fbf92d8f9
commit 8ffc870e78

View file

@ -6980,7 +6980,6 @@ let
git = gitAndTools.git;
gitFull = gitAndTools.gitFull;
gitSVN = gitAndTools.gitSVN;
tig = gitAndTools.tig;
giv = callPackage ../applications/graphics/giv {
pcre = pcre.override { unicodeSupport = true; };
@ -7719,6 +7718,8 @@ let
inherit (gnome) libIDL;
};
tig = gitAndTools.tig;
timidity = callPackage ../tools/misc/timidity { };
tkcvs = callPackage ../applications/version-management/tkcvs { };