all-packages: Ensure git-and-tools inheritance consistency
This commit is contained in:
parent
ddbf8bd82e
commit
3817b06fb6
@ -18410,8 +18410,6 @@ in
|
||||
|
||||
getxbook = callPackage ../applications/misc/getxbook { };
|
||||
|
||||
ghq = gitAndTools.ghq;
|
||||
|
||||
gimp = callPackage ../applications/graphics/gimp {
|
||||
gegl = gegl_0_4;
|
||||
lcms = lcms2;
|
||||
@ -18430,7 +18428,7 @@ in
|
||||
|
||||
gitAndTools = recurseIntoAttrs (callPackage ../applications/version-management/git-and-tools {});
|
||||
|
||||
inherit (gitAndTools) git gitFull gitSVN git-cola svn2git git-radar git-secret git-secrets transcrypt git-crypt;
|
||||
inherit (gitAndTools) git gitFull gitSVN git-cola svn2git git-radar git-secret git-secrets transcrypt git-crypt ghq;
|
||||
|
||||
gitMinimal = git.override {
|
||||
withManual = false;
|
||||
|
Loading…
Reference in New Issue
Block a user