summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-07-24 10:54:57 +0200
committermakefu <github@syntax-fehler.de>2017-07-24 10:54:57 +0200
commit8939f22dcd7988f079bea5d4c246dffb83255fac (patch)
tree7100b018db107ddce458948e8ac0e1bea7be7b1a /krebs
parent4044ac12863b96b9e1983a95f790b50b5039e287 (diff)
buildbot-slave-classic: take buildbot-classic as argument
Diffstat (limited to 'krebs')
-rw-r--r--krebs/5pkgs/simple/buildbot-slave-classic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/5pkgs/simple/buildbot-slave-classic/default.nix b/krebs/5pkgs/simple/buildbot-slave-classic/default.nix
index 83da05c3..0b1ea73a 100644
--- a/krebs/5pkgs/simple/buildbot-slave-classic/default.nix
+++ b/krebs/5pkgs/simple/buildbot-slave-classic/default.nix
@@ -1,9 +1,9 @@
-{ stdenv, pkgs, python2Packages, fetchFromGitHub, coreutils }:
+{ stdenv, buildbot-classic, python2Packages, fetchFromGitHub, coreutils }:
python2Packages.buildPythonApplication (rec {
name = "buildbot-slave-classic-2017-07-23";
- src = pkgs.buildbot-classic.src;
+ src = buildbot-classic.src;
postUnpack = "sourceRoot=\${sourceRoot}/slave";