buildbot: remove deprecated aliases
This commit is contained in:
parent
b2e11e0cdf
commit
69f2787af9
@ -49,11 +49,6 @@ mapAliases ({
|
||||
bashCompletion = bash-completion; # Added 2016-09-28
|
||||
bridge_utils = bridge-utils; # added 2015-02-20
|
||||
btrfsProgs = btrfs-progs; # added 2016-01-03
|
||||
buildbot = python3Packages.buildbot; # added 2018-10-11
|
||||
buildbot-full = python3Packages.buildbot-full; # added 2018-10-11
|
||||
buildbot-pkg = python3Packages.buildbot-pkg; # added 2018-10-11
|
||||
buildbot-ui = python3Packages.buildbot-ui; # added 2018-10-11
|
||||
buildbot-worker = python3Packages.buildbot-worker; # added 2018-10-11
|
||||
buildPerlPackage = perlPackages.buildPerlPackage; # added 2018-10-12
|
||||
bundler_HEAD = bundler; # added 2015-11-15
|
||||
cantarell_fonts = cantarell-fonts; # added 2018-03-03
|
||||
|
@ -673,6 +673,11 @@ in
|
||||
|
||||
bonfire = callPackage ../tools/misc/bonfire { };
|
||||
|
||||
buildbot = with python3Packages; toPythonApplication buildbot;
|
||||
buildbot-ui = with python3Packages; toPythonApplication buildbot-ui;
|
||||
buildbot-full = with python3Packages; toPythonApplication buildbot-full;
|
||||
buildbot-worker = with python3Packages; toPythonApplication buildbot-worker;
|
||||
|
||||
bunny = callPackage ../tools/package-management/bunny { };
|
||||
|
||||
chezmoi = callPackage ../tools/misc/chezmoi { };
|
||||
|
Loading…
Reference in New Issue
Block a user