diff options
author | makefu <github@syntax-fehler.de> | 2016-11-18 16:30:48 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-11-18 16:30:48 +0100 |
commit | 3e13e2406d5af7189d61b77901413e98168c0b67 (patch) | |
tree | 787cfe8cea7d0b161d856bae33a74e1364a93535 /krebs/5pkgs/buildbot/default.nix | |
parent | cb09a4c34871566cf460e75c9f177b9251858c12 (diff) |
k 5 buildbot: init irc_messages patch
Diffstat (limited to 'krebs/5pkgs/buildbot/default.nix')
-rw-r--r-- | krebs/5pkgs/buildbot/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/krebs/5pkgs/buildbot/default.nix b/krebs/5pkgs/buildbot/default.nix index a0e6bb6a5..2e14b6b63 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 |