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

This commit is contained in:
Roman Volosatovs
2019-09-09 20:32:38 +02:00
parent ddbf8bd82e
commit 3817b06fb6
+1 -3
View File
@@ -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;