Skip to content

Commit

Permalink
buildbot-plugins: use callPackages, since it contains several
Browse files Browse the repository at this point in the history
This should allow Hydra to build those plugins.
  • Loading branch information
copumpkin committed Mar 10, 2017
1 parent c390cec commit 1309b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -6209,7 +6209,7 @@ with pkgs;
buildbot-worker = callPackage ../development/tools/build-managers/buildbot/worker.nix {
pythonPackages = python2Packages;
};
buildbot-plugins = callPackage ../development/tools/build-managers/buildbot/plugins.nix {
buildbot-plugins = callPackages ../development/tools/build-managers/buildbot/plugins.nix {
pythonPackages = python2Packages;
};
buildbot-ui = buildbot.withPlugins (with self.buildbot-plugins; [ www ]);
Expand Down

1 comment on commit 1309b08

@copumpkin
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @nand0p

Please sign in to comment.