Show More
@@ -6,6 +6,7 b'' | |||
|
6 | 6 | , doCheck ? false |
|
7 | 7 | , sourcesOverrides ? {} |
|
8 | 8 | , doDevelopInstall ? true |
|
9 | , doReleaseInstall ? false | |
|
9 | 10 | }: |
|
10 | 11 | |
|
11 | 12 | let |
@@ -69,11 +70,12 b' in enterprise-ce.override (attrs: {' | |||
|
69 | 70 | # Add dependencies which are useful for the development environment. |
|
70 | 71 | buildInputs = |
|
71 | 72 | attrs.buildInputs ++ |
|
72 |
(with ce-pythonPackages; |
|
|
73 | bumpversion | |
|
74 | invoke | |
|
75 | ipdb | |
|
76 |
|
|
|
73 | (with ce-pythonPackages; | |
|
74 | [ ipdb ] | |
|
75 | ++ pkgs.lib.lists.optionals doReleaseInstall ( | |
|
76 | [invoke bumpversion] | |
|
77 | ) | |
|
78 | ); | |
|
77 | 79 | |
|
78 | 80 | # place to inject some required libs from develop installs |
|
79 | 81 | propagatedBuildInputs = |
General Comments 0
You need to be logged in to leave comments.
Login now