Skip to content

Commit

Permalink
buildbot: remove deprecated aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Mar 22, 2019
1 parent b2e11e0 commit 69f2787
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkgs/top-level/aliases.nix
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };
Expand Down

0 comments on commit 69f2787

Please sign in to comment.