Tig: cosmetics
This commit is contained in:
parent
7fbf92d8f9
commit
8ffc870e78
1 changed files with 2 additions and 1 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue