From 3e13e2406d5af7189d61b77901413e98168c0b67 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 18 Nov 2016 16:30:48 +0100 Subject: k 5 buildbot: init irc_messages patch --- krebs/5pkgs/buildbot/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'krebs/5pkgs/buildbot/default.nix') 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 -- cgit v1.2.3