all-packages: Ensure git-and-tools inheritance consistency

This commit is contained in:
Roman Volosatovs 2019-09-05 19:41:04 +02:00
parent ddbf8bd82e
commit 3817b06fb6
No known key found for this signature in database
GPG Key ID: 2660C5FDCEBE6F87

@ -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;