buildbot-full: also include wsgi-dashboards

This commit is contained in:
Jörg Thalheim 2017-09-12 08:13:11 +01:00
parent 60709abb82
commit 6844b1375b

View file

@ -6799,7 +6799,7 @@ with pkgs;
pythonPackages = python2Packages;
};
buildbot-ui = buildbot.withPlugins (with self.buildbot-plugins; [ www ]);
buildbot-full = buildbot.withPlugins (with self.buildbot-plugins; [ www console-view waterfall-view grid-view ]);
buildbot-full = buildbot.withPlugins (with self.buildbot-plugins; [ www console-view waterfall-view grid-view wsgi-dashboards ]);
buildkite-agent = callPackage ../development/tools/continuous-integration/buildkite-agent { };