Show More
@@ -38,13 +38,15 b' in enterprise.override (attrs: {' | |||
|
38 | 38 | # make development a little bit more convenient. |
|
39 | 39 | src = null; |
|
40 | 40 | |
|
41 | buildInputs = attrs.buildInputs ++ | |
|
42 | pkgs.lib.optionals (hasVcsserver) vcsserver.propagatedNativeBuildInputs ++ [ | |
|
43 | pythonPackages.bumpversion | |
|
44 |
pythonPackages |
|
|
45 | pythonPackages.ipdb | |
|
46 | pythonPackages.locustio | |
|
47 | ]; | |
|
41 | buildInputs = | |
|
42 | attrs.buildInputs ++ | |
|
43 | pkgs.lib.optionals (hasVcsserver) vcsserver.propagatedNativeBuildInputs ++ | |
|
44 | (with pythonPackages; [ | |
|
45 | bumpversion | |
|
46 | invoke | |
|
47 | ipdb | |
|
48 | locustio | |
|
49 | ]); | |
|
48 | 50 | |
|
49 | 51 | shellHook = attrs.shellHook + |
|
50 | 52 | pkgs.lib.strings.optionalString (hasVcsserver) '' |
General Comments 0
You need to be logged in to leave comments.
Login now