summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/buildbot/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-11-18 16:30:48 +0100
committermakefu <github@syntax-fehler.de>2016-11-18 16:30:48 +0100
commit3e13e2406d5af7189d61b77901413e98168c0b67 (patch)
tree787cfe8cea7d0b161d856bae33a74e1364a93535 /krebs/5pkgs/buildbot/default.nix
parentcb09a4c34871566cf460e75c9f177b9251858c12 (diff)
k 5 buildbot: init irc_messages patch
Diffstat (limited to 'krebs/5pkgs/buildbot/default.nix')
-rw-r--r--krebs/5pkgs/buildbot/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/krebs/5pkgs/buildbot/default.nix b/krebs/5pkgs/buildbot/default.nix
index a0e6bb6a..2e14b6b6 100644
--- a/krebs/5pkgs/buildbot/default.nix
+++ b/krebs/5pkgs/buildbot/default.nix
@@ -55,6 +55,9 @@ pythonPackages.buildPythonApplication (rec {
] ++ plugins;
+ patchPhase = ''
+ patch -p1 < ${./irc_messages.patch}
+ '';
preInstall = ''
# writes out a file that can't be read properly
sed -i.bak -e '69,84d' buildbot/test/unit/test_www_config.py