git-hub -> gitAndTools.git-hub (with alias)
This commit is contained in:
parent
fe9c463622
commit
aa8bc97dd6
|
@ -51,6 +51,8 @@ rec {
|
|||
|
||||
git-extras = callPackage ./git-extras { };
|
||||
|
||||
git-hub = callPackage ./git-hub { };
|
||||
|
||||
git-imerge = callPackage ./git-imerge { };
|
||||
|
||||
git-radar = callPackage ./git-radar { };
|
||||
|
|
|
@ -45,6 +45,7 @@ doNotDisplayTwice rec {
|
|||
firefoxWrapper = firefox; # 2015-09
|
||||
fuse_exfat = exfat; # 2015-09-11
|
||||
gettextWithExpat = gettext; # 2016-02-19
|
||||
git-hub = gitAndTools.git-hub; # added 2016-04-29
|
||||
grantlee5 = qt5.grantlee; # added 2015-12-19
|
||||
gupnptools = gupnp-tools; # added 2015-12-19
|
||||
htmlTidy = html-tidy; # added 2014-12-06
|
||||
|
|
|
@ -1653,8 +1653,6 @@ in
|
|||
|
||||
gifsicle = callPackage ../tools/graphics/gifsicle { };
|
||||
|
||||
git-hub = callPackage ../applications/version-management/git-and-tools/git-hub { };
|
||||
|
||||
git-lfs = goPackages.git-lfs.bin // { outputs = [ "bin" ]; };
|
||||
|
||||
gitfs = callPackage ../tools/filesystems/gitfs { };
|
||||
|
|
Loading…
Reference in New Issue